Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomQuerier ¶
func CustomQuerier(zkpKeeper *zkpmodulekeeper.Keeper) func(ctx sdk.Context, request json.RawMessage) ([]byte, error)
CustomQuerier returns a function that handles CosmWasm custom queries
Types ¶
type TransferProofsQuery ¶
type TransferProofsQuery struct {
EqualityProofData string `json:"equality_proof_data"`
RangeProofData string `json:"range_proof_data"`
ValidityProofData string `json:"validity_proof_data"`
}
TransferProofsQuery represents the CosmWasm query structure for transfer proofs CosmWasm Binary types are serialized as base64 strings in JSON
type WithdrawProofsQuery ¶
type WithdrawProofsQuery struct {
EqualityProofData string `json:"equality_proof_data"`
RangeProofData string `json:"range_proof_data"`
}
WithdrawProofsQuery represents the CosmWasm query structure for withdraw proofs CosmWasm Binary types are serialized as base64 strings in JSON
Click to show internal directories.
Click to hide internal directories.