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
freebalance 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