Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client interacts with the staketab API
func NewDefaultClient ¶
NewDefaultClient returns a default archive service client
func (Client) GetAllProviders ¶
GetAllProviders returns all providers
type Providers ¶
type Providers struct { ProvidersCount uint64 `json:"providers_count"` StakingProviders []StakingProvider `json:"staking_providers"` }
type StakingProvider ¶
Click to show internal directories.
Click to hide internal directories.