Documentation
¶
Index ¶
Constants ¶
View Source
const ( 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 { Abis map[string]*w3.Func CeloProvider *celoutils.Provider LockProvider *redislock.Client Noncestore nonce.Noncestore Store store.Store RedisClient *redis.Client RegistryMap map[string]common.Address SystemPrivateKey *ecdsa.PrivateKey SystemPublicKey string TaskerClient *tasker.TaskerClient }
func NewCustodial ¶
Click to show internal directories.
Click to hide internal directories.