Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckResponse ¶
type CheckResponse struct { Type VerifyType Hash common.Uint256 Tx *types.Transaction Height uint32 Nonce uint64 ErrCode errors.ErrCode }
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.