Send SOL
The Send SOL
node sends SOL from a Solana wallet to a specified address.
Inputs
wallet:
description: The Solana wallet from which to send SOL.
allowed types: SolanaWallet
default value: None
to_address:
description: The Solana address to send coins to.
allowed types: SolanaAddress
default value: None
amount:
description: The amount of SOL to send.
allowed types: decimal
default value: 0
Output
description: The transaction object generated by this action.
type: SolanaTransaction
Tags
crypto
solana
Last updated