Documentation
¶
Index ¶
- Constants
- func AggregatePublicKeys(publicKeys [][]byte) (bls.PublicKey, error)
- func CustomQuerier() func(sdk.Context, json.RawMessage) ([]byte, error)
- func VerifySignature(signature []byte, message [32]byte, publicKeys [][]byte) (bool, error)
- type CustomQuery
- type QueryAggregate
- type QueryAggregateVerify
Constants ¶
View Source
const (
MessageSize = 32
)
Variables ¶
This section is empty.
Functions ¶
func CustomQuerier ¶
Types ¶
type CustomQuery ¶
type CustomQuery struct { AggregateVerify *QueryAggregateVerify `json:"aggregate_verify,omitempty"` Aggregate *QueryAggregate `json:"aggregate,omitempty"` }
type QueryAggregate ¶
type QueryAggregate struct {
PublicKeys [][]byte `json:"public_keys"`
}
type QueryAggregateVerify ¶
Click to show internal directories.
Click to hide internal directories.