Documentation
¶
Index ¶
Constants ¶
View Source
const ( Approve = "approve" Check = "check" GiveTo = "giveTo" MintTo = "mintTo" NextTime = "nextTime" Register = "register" Transfer = "transfer" TransferFrom = "transferFrom" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Custodial ¶
type Custodial struct { ApprovalTimeout time.Duration Abis map[string]*w3.Func CeloProvider *celoutils.Provider LockProvider *redislock.Client Logg logf.Logger Noncestore nonce.Noncestore Store store.Store RedisClient *redis.Client RegistryMap map[string]common.Address SystemPrivateKey *ecdsa.PrivateKey SystemPublicKey string TaskerClient *tasker.TaskerClient }
func NewCustodial ¶
type Opts ¶
type Opts struct { ApprovalTimeout time.Duration CeloProvider *celoutils.Provider LockProvider *redislock.Client Logg logf.Logger Noncestore nonce.Noncestore Store store.Store RedisClient *redis.Client RegistryAddress string SystemPrivateKey string SystemPublicKey string TaskerClient *tasker.TaskerClient }
Click to show internal directories.
Click to hide internal directories.