wasmbinding

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL