Welcome to StaFiHub
  • StaFiHub Introduction
    • Tokenomics
  • Chain
    • Getting started
      • Introduction
      • Install
      • Join The Mainnet
      • Join The Public Testnet
      • Validator FAQ
    • Concepts
      • General Concepts
      • rToken Concepts
      • Genesis Parameters
    • Cli Client
      • Introduction
      • Bank
      • Debug
      • Keys
      • Gov
      • Ledger
      • rBank
      • Relayers
      • rVote
      • Staking
    • gRPC, REST, and Tendermint Endpoints
    • Resources
      • StaFiHub Validator Program
  • rToken
    • Integrate rToken
      • Integrating with Interchain Accounts
      • Integrating with Multisig Accounts
      • Integrate into rToken App
    • Delegation Algorithm
    • Liquidity Grant Program
    • rATOM Migration
  • User
    • Join Public Testnet
      • Testing Guide
    • User Guide
      • rToken Dapp Guide
      • Get FIS Token on StaFiHub
      • Claim Airdropped FIS Token
      • How to get a StaFiHub Address
      • rPool Guide For MintDrop Programs
      • rATOM V1 Migration
      • StaFiHub rBridge Guide
      • IBC Transfer With Keplr Wallet
      • Swap ICS20 FIS to ERC20 FIS
    • FAQ
Powered by GitBook
On this page
  • Available Commands
  • stafihubd query bank balances
  • stafihubd query bank total
  • stafihubd tx bank send
  1. Chain
  2. Cli Client

Bank

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

Available Commands

Name
Description

Query for account balances by address

Query the total supply of coins of the chain

Create and/or sign and broadcast a MsgSend transaction

stafihubd query bank balances

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

stafihubd query bank balances [address] [flags]

Flags:

Name, shorthand
Type
Required
Default
Description

-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

stafihubd query bank total

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

stafihubd query bank total [flags]

Flags:

Name, shorthand
Type
Required
Default
Description

-h, --help

Help for coin-type

--denom

string

The specific balance denomination to query for

stafihubd tx bank send

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

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

Flags:

Name, shorthand
Type
Required
Default
Description

-h, --help

Help for coin-type

PreviousIntroductionNextDebug

Last updated 3 years ago

balances
total
send