types

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2022 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

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

func (w MsgExecuteContract) GetSignBytes() []byte

func (MsgExecuteContract) GetSigners

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

func (MsgExecuteContract) Route

func (w MsgExecuteContract) Route() string

func (MsgExecuteContract) Type

func (w MsgExecuteContract) Type() string

func (MsgExecuteContract) ValidateBasic

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