Documentation
¶
Index ¶
- func AccountGiftGasProcessor(cu *custodial.Custodial) func(context.Context, *asynq.Task) error
- func AccountPrepare(cu *custodial.Custodial) func(context.Context, *asynq.Task) error
- func AccountRefillGasProcessor(cu *custodial.Custodial) func(context.Context, *asynq.Task) error
- func AccountRegisterOnChainProcessor(cu *custodial.Custodial) func(context.Context, *asynq.Task) error
- func DispatchTx(cu *custodial.Custodial) func(context.Context, *asynq.Task) error
- func GiftVoucherProcessor(cu *custodial.Custodial) func(context.Context, *asynq.Task) error
- func SignTransfer(cu *custodial.Custodial) func(context.Context, *asynq.Task) error
- type AccountPayload
- type TransferPayload
- type TxPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountGiftGasProcessor ¶
func AccountPrepare ¶
func GiftVoucherProcessor ¶
Types ¶
type AccountPayload ¶
type TransferPayload ¶
type TxPayload ¶
type TxPayload struct { OtxId uint `json:"otxId"` Tx *types.Transaction `json:"tx"` }
Click to show internal directories.
Click to hide internal directories.