types

package
v0.0.0-...-74afdde Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GSAccount

type GSAccount struct {
	Address        string        `json:"address"`
	Coins          cmtypes.Coins `json:"coins"`
	AccountNumber  string        `json:"account_number"`
	SequenceNumber string        `json:"sequence_number"`
}

type GenTxs

type GenTxs struct {
	Type  string `json:"type"`
	Value MsgObj `json:"value"`
}

type GenUtil

type GenUtil struct {
	Gentxs []GenTxs `json:"gentxs"`
}

type Msg

type Msg struct {
	Type  string                     `json:"type"`
	Value staking.MsgCreateValidator `json:"value"`
}

type MsgObj

type MsgObj struct {
	Message []Msg `json:"msg"`
}

Jump to

Keyboard shortcuts

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