VyMetaTransferNonFungibleTokenDto
Required information to execute a Meta Transaction of a NonFungible Token. (\'Executor\' is the wallet that pays the gas fee\'s, \'Source\' is the wallet that provides the token)
Properties
Field
Type
Description
Required
SourceWalletId
string
The id of the source wallet (e.g. wallet that is providing the token)
✓
SourceWalletAddr
string
The address of the source wallet
✓
ExecutorWalletId
string
The id of the executor wallet
✓
DestinationAddress
string
The address of the destination wallet
✓
Amount
int
The amount of tokens to transfer (default = 1)
✓
Last updated