A UTXO payment input for token transactions.
Summary
Types
@type t() :: %BSV.Tokens.Payment{ locking_script: BSV.Script.t(), private_key: BSV.PrivateKey.t(), satoshis: non_neg_integer(), txid: binary(), vout: non_neg_integer() }
A UTXO payment input for token transactions.
@type t() :: %BSV.Tokens.Payment{ locking_script: BSV.Script.t(), private_key: BSV.PrivateKey.t(), satoshis: non_neg_integer(), txid: binary(), vout: non_neg_integer() }