Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Address string `json:"address"` DelegatedBalance float64 `json:"delegated_balance"` StakingBalance float64 `json:"staking_balance"` BlocksBaked int64 `json:"blocks_baked"` BlocksMissed int64 `json:"blocks_missed"` SpendableBalance float64 `json:"spendable_balance"` FrozenDeposits float64 `json:"frozen_deposits"` FrozenFees float64 `json:"frozen_fees"` IsActiveDelegate bool `json:"is_active_delegate"` }
type Config ¶
type Config struct { BlockSecurityDeposit float64 `json:"block_security_deposit"` BlocksPerCycle float64 `json:"blocks_per_cycle"` EndorsersPerBlock float64 `json:"endorsers_per_block"` EndorsementSecurityDeposit float64 `json:"endorsement_security_deposit"` PreservedCycles float64 `json:"preserved_cycles"` TokensPerRoll float64 `json:"tokens_per_roll"` }
Click to show internal directories.
Click to hide internal directories.