Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 284 Bytes

01_state.md

File metadata and controls

11 lines (8 loc) · 284 Bytes

State

The x/bank module keeps state of two primary objects, account balances and the total supply of all balances.

  • Balances: []byte("balances") | []byte(address) / []byte(balance.Denom) -> ProtocolBuffer(balance)
  • Supply: 0x0 -> ProtocolBuffer(Supply)