Documentation ¶
Index ¶
- func NewManager(locker Locker, newQueryEngine NewQueryEngineFunc, numRetry int, ...) *manager
- func NewProvider(sp view.ServiceProvider, lockerProvider LockerProvider, numRetry int, ...) *selectorService
- type Cache
- type Locker
- type LockerProvider
- type MetricsAgent
- type NewQueryEngineFunc
- type QueryService
- type Repository
- type Transaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
func NewManager( locker Locker, newQueryEngine NewQueryEngineFunc, numRetry int, timeout time.Duration, requestCertification bool, precision uint64, metricsAgent MetricsAgent, ) *manager
func NewProvider ¶
func NewProvider(sp view.ServiceProvider, lockerProvider LockerProvider, numRetry int, timeout time.Duration) *selectorService
Types ¶
type LockerProvider ¶
type MetricsAgent ¶
type NewQueryEngineFunc ¶
type NewQueryEngineFunc func() QueryService
type QueryService ¶
type Repository ¶
type Repository interface {
Next(typ string, of token.OwnerFilter) (*token2.UnspentToken, error)
}
Click to show internal directories.
Click to hide internal directories.