Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvironmentTest = "test" EnvironmentStaging = "staging" EnvironmentProduction = "production" AccountKeyFraction = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accounts ¶
type Accounts struct {
// contains filtered or unexported fields
}
func NewAccounts ¶
type AccountsCollector ¶
type AccountsCollector struct {
// contains filtered or unexported fields
}
func NewAccountsCollector ¶
func NewAccountsCollector(networkType string) *AccountsCollector
func (*AccountsCollector) CurrentNumberOfAccounts ¶
func (ac *AccountsCollector) CurrentNumberOfAccounts(accounts int)
CurrentNumberOfAccounts records the current number of accounts created by the service.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a hardware wallet service.
Click to show internal directories.
Click to hide internal directories.