Bank

Bank module allows you to manage assets in your local accounts.

Available Commands

NameDescription
balancesQuery for account balances by address
totalQuery the total supply of coins of the chain
sendCreate and/or sign and broadcast a MsgSend transaction

iris query bank balances

Query the total balance of an account or of a specific denomination.

iris query bank balances [address] [flags]

Flags:

Name, shorthandTypeRequiredDefaultDescription
-h, --helpHelp for coin-type
--denomstringThe specific balance denomination to query for
--count-totalCount total number of records in all balances to query for

iris query bank total

Query total supply of coins that are held by accounts in the chain.

iris query bank total [flags]

Flags:

Name, shorthandTypeRequiredDefaultDescription
-h, --helpHelp for coin-type
--denomstringThe specific balance denomination to query for

iris tx bank send

Sending tokens to another address, this command includes generate, sign and broadcast steps.

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

Flags:

Name, shorthandTypeRequiredDefaultDescription
-h, --helpHelp for balances