types

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BroadcastMode

type BroadcastMode string
const (
	ModeBlock BroadcastMode = "block"
	ModeSync  BroadcastMode = "sync"
	ModeAsync BroadcastMode = "async"
)

type MsgExecuteContract added in v0.0.3

type MsgExecuteContract struct {
	Sender     cosmostypes.AccAddress `json:"sender"`
	Contract   cosmostypes.AccAddress `json:"contract"`
	ExecuteMsg json.RawMessage        `json:"execute_msg"`
	Coins      cosmostypes.Coins      `json:"coins"`
}

func (MsgExecuteContract) GetSignBytes added in v0.0.3

func (w MsgExecuteContract) GetSignBytes() []byte

func (MsgExecuteContract) GetSigners added in v0.0.3

func (w MsgExecuteContract) GetSigners() []cosmostypes.AccAddress

func (MsgExecuteContract) Route added in v0.0.3

func (w MsgExecuteContract) Route() string

func (MsgExecuteContract) Type added in v0.0.3

func (w MsgExecuteContract) Type() string

func (MsgExecuteContract) ValidateBasic added in v0.0.3

func (w MsgExecuteContract) ValidateBasic() error

type Q

type Q map[string]interface{}

type TokensHuman

type TokensHuman struct {
	Addr   cosmostypes.AccAddress `json:"addr"`
	Amount cosmostypes.Int        `json:"amount"`
}

func (TokensHuman) MarshalJSON

func (t TokensHuman) MarshalJSON() ([]byte, error)

func (*TokensHuman) UnmarshalJSON

func (t *TokensHuman) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

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