Synonyms
space-pussy/x/bandwidth/spec/02_state
State Account Bandwidth AccountBandwidth is used for tracking bandwidth of accounts in the network. AccountBandwidth type has the following structure: Last price Value is used to store up-to-date price of bandwidth. Block bandwidth Storing used bandwidth for each block. Used for calculation of load…
space-pussy/x/resources/spec/02_state
State Periodic Vesting Account (auth) A vesting account implementation that vests coins according to a custom vesting schedule. Period (auth) Keys ModuleName, RouterKey, QuerierRoute: `energy`
space-pussy/x/grid/spec/02_state
State Route Route is used for tracking amount of volts and amperes routed to given account. Route type has the following structure: Value Value is used to store up-to-date summarized value of all routes routed to given destination. ------- Keys Route: `0x00 | Source | Destination ->…
go-cyber/x/bandwidth/spec/02_state
State Account Bandwidth AccountBandwidth is used for tracking bandwidth of accounts in the network. AccountBandwidth type has the following structure: Last price Value is used to store up-to-date price of bandwidth. Block bandwidth Storing used bandwidth for each block. Used for calculation of load…
go-cyber/x/liquidity/spec/02_state
State The liquidity module `x/liquidity` keeps track of the Pool and PoolBatch states. The state represents your app at a given moment. Pool Pool stores information about the liquidity pool. Pool type has the following structure. The parameters of the Pool state are: Pool: `0x11 |…
go-cyber/x/resources/spec/02_state
State Periodic Vesting Account (auth) A vesting account implementation that vests coins according to a custom vesting schedule. Period (auth) Keys ModuleName, RouterKey: `energy`
go-cyber/x/grid/spec/02_state
State Route Route is used for tracking amount of volts and amperes routed to given account. Route type has the following structure: Value Value is used to store up-to-date summarized value of all routes routed to given destination. ------- Keys Route: `0x00 | Source | Destination ->…
go-cyber/x/clock/spec/02_state
State State Objects The `x/clock` module only manages the following object in state: ClockContract. This object is used to store the address of the contract and its jail status. The jail status is used to determine if the contract should be executed at the end of every block. If…