types

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler func(ctx sdk.Context, msg sdk.Msg) Result

Handler defines the core of the state transition function of an application.

type Result

type Result struct {
	sdk.Result
	FeeDenom  string
	FeeAmount int64
	Signer    sdk.AccAddress
}

cosmos-sdk v0.27.0 remove FeeDenom, FeeAmount This wraps around their old implementation The new Result is embedded inside Shareledger's Result

func NewResult

func NewResult(r sdk.Result) Result

func (Result) CosmosResult

func (r Result) CosmosResult() sdk.Result

Jump to

Keyboard shortcuts

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