BSV.Tokens.Payment (bsv_sdk v1.1.0)

Copy Markdown View Source

A UTXO payment input for token transactions.

Summary

Types

t()

@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()
}