Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DetailsView ¶
type DetailsView struct { TotalSupply types.Quantity `json:"total_supply"` CommonPool types.Quantity `json:"common_pool"` DebondingInterval uint64 `json:"debonding_interval"` MinDelegationAmount types.Quantity `json:"min_delegation_amount"` }
func ToDetailsView ¶
func ToDetailsView(rawStaking *statepb.Staking) *DetailsView
Click to show internal directories.
Click to hide internal directories.