Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckResponse ¶
type CheckTx ¶
type CheckTx struct {
WorkerId uint8
Tx *types.Transaction
}
type RegisterValidator ¶
type RegisterValidator struct {
Sender *actor.PID
Type VerifyType
Id string
}
message
type UnRegisterAck ¶
type UnRegisterAck struct {
Id string
Type VerifyType
}
type UnRegisterValidator ¶
type UnRegisterValidator struct {
Id string
Type VerifyType
}
type VerifyType ¶
type VerifyType uint8
VerifyType of validator
const ( Stateless VerifyType = iota Stateful VerifyType = iota )
Click to show internal directories.
Click to hide internal directories.