ScriptTransfer
Structure of a token transfer.
Constructor
ScriptTransfer(recipient: Address|Alias, amount: Int, asset: ByteVector|Unit)
Fields
# | Name | Data type | Description |
---|---|---|---|
1 | recipient | Address|Alias | Address or the alias of a recipient of tokens |
2 | amount | Int | Number of tokens |
3 | asset | ByteVector|Unit | ID of a token |