Pool is used for tracking bonded and not-bonded token supply of the bond denomination.

from message cosmos.staking.v1beta1.Pool

Hierarchy

Constructors

Properties

bondedTokens: string = ""

from field: string bonded_tokens = 2;

notBondedTokens: string = ""

from field: string not_bonded_tokens = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.v1beta1.Pool" = "cosmos.staking.v1beta1.Pool"

Methods