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 | the blockchain to act on | ✓ | |
sourceUserAuth | A valid signing-method of the source wallet user | ✓ | |
sourceWalletId | string | The id of the source wallet (e.g. wallet that is providing the token) | ✓ |
sourceWalletAddress | string | The address of the source wallet | ✓ |
executorUserAuth | A valid signing-method of the executor wallet user | ✓ | |
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 | number | The amount of tokens that you want to send | ✓ |
Last updated