bank
Bank module allows you to manage assets in your local accounts.
Available Commands
Name
Description
balances
Query for account balances by address
total
Query the total supply of coins of the chain
denom-metadata
Query the client metadata for coin denominations
uptickd query bank balances
Query the total balance of an account or of a specific denomination.
uptickd query bank balances [address] [flags]
Flags:
Name, shorthand
Type
Required
Default
Description
-h, --help
help for balances
--denom
string
The specific balance denomination to query for
--count-total
count total number of records in all balances to query for
uptickd query bank total
Query total supply of coins that are held by accounts in the chain.
uptickd query bank total [flags]
Flags:
Name, shorthand
Type
Required
Default
Description
-h, --help
help for balances
--denom
string
The specific balance denomination to query for
uptickd tx bank send
Sending tokens to another address, this command includes generate
, sign
and broadcast
steps.
uptickd tx bank send [from_key_or_address] [to_address] [amount] [flags]
Flags:
Name, shorthand
Type
Required
Default
Description
-h, --help
Help for balances
Last updated