Documentation ¶
Index ¶
- func NewBankMsgServer(bankKeeper bankkeeper.Keeper, treasuryKeeper treasurykeeper.Keeper, ...) banktypes.MsgServer
- func NewMarketMsgServer(marketKeeper marketkeeper.Keeper, treasuryKeeper treasurykeeper.Keeper, ...) markettypes.MsgServer
- func NewWasmMsgServer(wasmKeeper wasmkeeper.Keeper, treasuryKeeper treasurykeeper.Keeper, ...) wasmtypes.MsgServer
- type BankMsgServer
- type MarketMsgServer
- type WasmMsgServer
- func (s *WasmMsgServer) ExecuteContract(ctx context.Context, msg *wasmtypes.MsgExecuteContract) (*wasmtypes.MsgExecuteContractResponse, error)
- func (s *WasmMsgServer) InstantiateContract(ctx context.Context, msg *wasmtypes.MsgInstantiateContract) (*wasmtypes.MsgInstantiateContractResponse, error)
- func (s *WasmMsgServer) InstantiateContract2(ctx context.Context, msg *wasmtypes.MsgInstantiateContract2) (*wasmtypes.MsgInstantiateContract2Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBankMsgServer ¶
func NewBankMsgServer(bankKeeper bankkeeper.Keeper, treasuryKeeper treasurykeeper.Keeper, taxKeeper taxkeeper.Keeper, messageServer banktypes.MsgServer) banktypes.MsgServer
func NewMarketMsgServer ¶
func NewMarketMsgServer(marketKeeper marketkeeper.Keeper, treasuryKeeper treasurykeeper.Keeper, taxKeeper taxkeeper.Keeper, messageServer markettypes.MsgServer) markettypes.MsgServer
func NewWasmMsgServer ¶
func NewWasmMsgServer(wasmKeeper wasmkeeper.Keeper, treasuryKeeper treasurykeeper.Keeper, taxKeeper taxkeeper.Keeper, bankKeeper bankkeeper.Keeper, messageServer wasmtypes.MsgServer) wasmtypes.MsgServer
Types ¶
type BankMsgServer ¶
type BankMsgServer struct { banktypes.UnimplementedMsgServer // contains filtered or unexported fields }
func (*BankMsgServer) MultiSend ¶
func (s *BankMsgServer) MultiSend(ctx context.Context, msg *banktypes.MsgMultiSend) (*banktypes.MsgMultiSendResponse, error)
MultiSend handles MsgMultiSend with tax deduction
func (*BankMsgServer) Send ¶
func (s *BankMsgServer) Send(ctx context.Context, msg *banktypes.MsgSend) (*banktypes.MsgSendResponse, error)
Send handles MsgSend with tax deduction
type MarketMsgServer ¶
type MarketMsgServer struct { markettypes.UnimplementedMsgServer // contains filtered or unexported fields }
func (*MarketMsgServer) SwapSend ¶
func (s *MarketMsgServer) SwapSend(ctx context.Context, msg *markettypes.MsgSwapSend) (*markettypes.MsgSwapSendResponse, error)
SwapSend handles MsgSwapSend with tax deduction
type WasmMsgServer ¶
type WasmMsgServer struct { wasmtypes.UnimplementedMsgServer // contains filtered or unexported fields }
func (*WasmMsgServer) ExecuteContract ¶
func (s *WasmMsgServer) ExecuteContract(ctx context.Context, msg *wasmtypes.MsgExecuteContract) (*wasmtypes.MsgExecuteContractResponse, error)
ExecuteContract handles MsgExecuteContract with tax deduction
func (*WasmMsgServer) InstantiateContract ¶
func (s *WasmMsgServer) InstantiateContract(ctx context.Context, msg *wasmtypes.MsgInstantiateContract) (*wasmtypes.MsgInstantiateContractResponse, error)
InstantiateContract handles MsgInstantiateContract with tax deduction
func (*WasmMsgServer) InstantiateContract2 ¶
func (s *WasmMsgServer) InstantiateContract2(ctx context.Context, msg *wasmtypes.MsgInstantiateContract2) (*wasmtypes.MsgInstantiateContract2Response, error)
InstantiateContract2 handles MsgInstantiateContract2 with tax deduction
Click to show internal directories.
Click to hide internal directories.