Send SPL Token
The Send SPL Token
node sends an SPL token from a Solana wallet to a specified address.
Inputs
wallet:
description: The Solana wallet from which to send the SPL token.
allowed types: SolanaWallet
default value: None
to_address:
description: The Solana address to send the tokens to.
allowed types: SolanaAddress
default value: None
token:
description: The mint address of the token that will be sent.
allowed types: SolanaAddress
default value: None
amount:
description: The amount of tokens to send.
allowed types: decimal
default value: 0
Output
description: The transaction object generated by this action.
type: SolanaTransaction
Tags
crypto
solana
SPL
Last updated