transfer_assets
Send NEP-17 tokens on the Neo N3 blockchain: provide sender WIF, recipient address, asset hash, and amount to execute the transfer.
Instructions
Transfer NEP-17 assets using a sender WIF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Optional: Network | |
| fromWIF | Yes | Sender WIF | |
| toAddress | Yes | Recipient address | |
| asset | Yes | Asset hash (e.g. NEO or GAS hash) | |
| amount | Yes | Amount to transfer | |
| confirm | No | Must be true to execute |