account

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = errors.New("no mapping")

Functions

This section is empty.

Types

type Limiter

type Limiter struct {
	// contains filtered or unexported fields
}

func NewLimiter

func NewLimiter(limiter rate.Limiter) *Limiter

func (*Limiter) Allow

func (l *Limiter) Allow(version version.KinVersion) (bool, error)

type Mapper added in v0.3.0

type Mapper interface {
	Get(ctx context.Context, tokenAddress ed25519.PublicKey, commitment solana.Commitment) (owner ed25519.PublicKey, err error)
	Add(ctx context.Context, tokenAddress ed25519.PublicKey, owner ed25519.PublicKey) error
}

func NewMapper added in v0.3.0

func NewMapper(tc *token.Client, cache Mapper) Mapper

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL