Send EVM Coin

The Send EVM Coin node sends native coins from an EVM-compatible wallet to a specified address.

Inputs

  • wallet:

    • description: The EVM-compatible wallet from which to send coins.

    • allowed types: EVMWallet

    • default value: None

  • to_address:

    • description: The EVM address to send coins to.

    • allowed types: EVMAddress

    • default value: None

  • amount:

    • description: The amount of coins to send.

    • allowed types: decimal

    • default value: 0

  • blockchain:

    • description: The name of the blockchain on which the transfer will happen.

    • allowed types: BlockchainName

    • default value: None

Output

  • description: The transaction object generated by this action.

Tags

  • crypto

  • EVM

Last updated