Module send

Module send 

Source

Functionsยง

batch_transfer
Batch transfer tokens to multiple recipients in a single transaction
format_balance
Format balance with proper decimals
format_balance_with_symbol
Format balance with token symbol
get_balance
Get the free balance for the given account using on-chain storage.
get_batch_limits
Get chain constants for batch limits
get_chain_properties
Get chain properties for formatting (uses system.rs ChainHead API)
handle_send_command
Handle the send command
load_transfers_from_file
Load transfers from JSON file
parse_amount
Parse human-readable amount string to raw chain units
parse_amount_with_decimals
Parse amount string with specific decimals
transfer
Transfer tokens with automatic nonce
transfer_with_nonce
Transfer tokens with manual nonce override
validate_and_format_amount
Validate and format amount for display before sending