A token input for DSTAS spend operations.
Summary
Types
@type t() :: %BSV.Tokens.TokenInput{ locking_script: BSV.Script.t(), private_key: BSV.PrivateKey.t(), satoshis: non_neg_integer(), txid: binary(), vout: non_neg_integer() }
A token input for DSTAS spend operations.
@type t() :: %BSV.Tokens.TokenInput{ locking_script: BSV.Script.t(), private_key: BSV.PrivateKey.t(), satoshis: non_neg_integer(), txid: binary(), vout: non_neg_integer() }