queriers

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QueryFrozenFund

func QueryFrozenFund(ctx sdk.Context, cdc *codec.Codec, req abci.RequestQuery, keeper keeper.Keeper) ([]byte, sdk.Error)

func QueryOrder

func QueryOrder(ctx sdk.Context, cdc *codec.Codec, req abci.RequestQuery, keeper keeper.Keeper) ([]byte, sdk.Error)

func QueryOrdersByAddress

func QueryOrdersByAddress(ctx sdk.Context, cdc *codec.Codec, req abci.RequestQuery, keeper keeper.Keeper) ([]byte, sdk.Error)

Types

type QueryFrozenFundParams

type QueryFrozenFundParams struct {
	Seller sdk.AccAddress
}

func NewQueryFrozenFundParams

func NewQueryFrozenFundParams(addr sdk.AccAddress) QueryFrozenFundParams

type QueryOrderParams

type QueryOrderParams struct {
	OrderId uint64
}

func NewQueryOrderParams

func NewQueryOrderParams(id uint64) QueryOrderParams

type QueryOrdersParams

type QueryOrdersParams struct {
	Seller sdk.AccAddress
}

func NewQueryOrdersParams

func NewQueryOrdersParams(addr sdk.AccAddress) QueryOrdersParams

Jump to

Keyboard shortcuts

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