Documentation ¶
Index ¶
- type BulkPreSignCheckApiRequestType
- type BulkPreSignCheckApiResponseType
- type BulkPreSignSendApiRequestType
- type BulkPreSignSendApiResponseType
- type CycleMerkleProofs
- type PreSignCheckApiRequestType
- type PreSignCheckApiResponseType
- type PreSignSendApiRequestType
- type PreSignSendApiResponseType
- type PublicKeyApiResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulkPreSignCheckApiRequestType ¶
type BulkPreSignCheckApiRequestType struct {
ValidatorPubKeys []types.ValidatorPubkey `json:"pubkeys"`
}
type BulkPreSignSendApiRequestType ¶
type BulkPreSignSendApiRequestType = []PreSignSendApiRequestType
type BulkPreSignSendApiResponseType ¶
type BulkPreSignSendApiResponseType = map[string]PreSignSendApiResponseType
type CycleMerkleProofs ¶
type PreSignCheckApiRequestType ¶
type PreSignCheckApiRequestType struct {
ValidatorPublicKey string `json:"validatorPublicKey"`
}
type PreSignCheckApiResponseType ¶
type PreSignCheckApiResponseType struct {
Value bool `json:"value"`
}
type PublicKeyApiResponse ¶
type PublicKeyApiResponse struct {
Value string `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.