bank
bank module allows you to manage assets for accounts loaded into the local keys module
Available Commands
Query for account balances by address
Query the total supply of coins of the chain
Create and/or sign and broadcast a MsgSend transaction
junod query bank balances
Query the total balance of an account or of a specific denomination.
Flags:
-h, --help
Help for coin-type
--denom
string
The specific balance denomination to query for
--count-total
Count total number of records in all balances to query for
junod query bank total
Query total supply of coins that are held by accounts in the chain.
Flags:
-h, --help
Help for coin-type
--denom
string
The specific balance denomination to query for
junod tx bank send
Sending tokens to another address, this command includes generate
, sign
and broadcast
steps.
Flags:
-h, --help
Help for balances
Last updated
Was this helpful?