Transactions

Cosmos-SDK Bank module transactions commands

The tx commands allow users to interact with the bank module.

Copysimd tx bank --help

Send

The send command allows users to send funds from one account to another.

sged tx bank send [from_key_or_address] [to_address] [amount] [flags]

Example:

sged tx bank send sge1.. sge1.. 100usge

For detailed information see the original document.

Last updated