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 |
---|---|---|---|
Chain | Chain for this operation | ✓ | |
SourceUserAuth | Source-User's Signing Method information for Authentication | ✓ | |
SourceWalletId | string | The id of the source wallet (e.g. wallet that is providing the token) | ✓ |
SourceWalletAddr | string | The address of the source wallet | ✓ |
ExecutorUserAuth | Executor-User's Signing Method information for Authentication | ✓ | |
ExecutorWalletId | string | The id of the executor wallet | ✓ |
DestinationAddress | string | The address of the destination wallet | ✓ |
Token | The token that needs to be transfered | ✓ | |
Amount | int | The amount of tokens to transfer (default = 1) | ✓ |
Last updated