wasm

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CosmosQuery

type CosmosQuery struct {
	TaxRate *struct{}                `json:"tax_rate,omitempty"`
	TaxCap  *types.QueryTaxCapParams `json:"tax_cap,omitempty"`
}

CosmosQuery contains various treasury queries

type TaxCapQueryResponse

type TaxCapQueryResponse struct {
	// uint64 string, eg "1000000"
	Cap string `json:"cap"`
}

TaxCapQueryResponse - tax cap query response for wasm module

type TaxRateQueryResponse

type TaxRateQueryResponse struct {
	// decimal string, eg "0.02"
	Rate string `json:"rate"`
}

TaxRateQueryResponse - tax rate query response for wasm module

type WasmQuerier

type WasmQuerier struct {
	// contains filtered or unexported fields
}

WasmQuerier - staking query interface for wasm contract

func NewWasmQuerier

func NewWasmQuerier(keeper keeper.Keeper) WasmQuerier

NewWasmQuerier return bank wasm query interface

func (WasmQuerier) Query

Query - implement query function

func (WasmQuerier) QueryCustom

func (querier WasmQuerier) QueryCustom(ctx sdk.Context, data json.RawMessage) ([]byte, error)

QueryCustom implements custom query interface

Jump to

Keyboard shortcuts

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