Versions in this module Expand all Collapse all v0 v0.2.0 Aug 4, 2022 Changes in this version + const MemberAllCandidatesQuery + const MemberGateway + const StakingABI + const StakingContract + func MemberDelegations(w http.ResponseWriter, r *http.Request) + func MemberValidators(w http.ResponseWriter, r *http.Request) + type Delegation struct + Delegator StakeValidator + Metadata interface{} + Status DelegationStatus + Value string + type DelegationStatus string + const DelegationStatusActive + const DelegationStatusPending + type DelegationsPage []Delegation + type MemberDelegates struct + Data struct{ ... } + type StakeValidator struct + Details StakingDetails + ID string + Info StakeValidatorInfo + Status bool + type StakeValidatorInfo struct + Description string + Image string + Name string + Website string + type StakingDetails struct + LockTime int + MinimumAmount string + Reward StakingReward + type StakingReward struct + Annual float64 + type Validator struct + Details StakingDetails + ID string + Status bool + type ValidatorPage []Validator