messages

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MsgCreate

type MsgCreate struct {
	Creator sdk.AccAddress `json:"creator"`
	Hash    []byte         `json:"hash"`
	UUID    string         `json:"uuid"`
	Status  bool           `json:"status"`
	Fee     int64          `json:"fee"`
}

func GetMsgCreate

func GetMsgCreate() MsgCreate

func NewMsgCreate

func NewMsgCreate(creator sdk.AccAddress, hash []byte, uuid string, status bool, fee int64) MsgCreate

func (MsgCreate) Get

func (msg MsgCreate) Get(key interface{}) (value interface{})

func (MsgCreate) GetSignBytes

func (msg MsgCreate) GetSignBytes() []byte

func (MsgCreate) GetSigners

func (msg MsgCreate) GetSigners() []sdk.AccAddress

func (MsgCreate) Route added in v0.2.0

func (msg MsgCreate) Route() string

func (MsgCreate) String

func (msg MsgCreate) String() string

func (MsgCreate) Tags

func (msg MsgCreate) Tags() sdk.Tags

func (MsgCreate) Type

func (msg MsgCreate) Type() string

Type Implements Msg

func (MsgCreate) ValidateBasic

func (msg MsgCreate) ValidateBasic() sdk.Error

ValidateBasic Implements Msg

type MsgDelete

type MsgDelete struct {
	UUID string `json:"uuid"`
}

func NewMsgDelete

func NewMsgDelete(uuid string) MsgDelete

func (MsgDelete) Get

func (msg MsgDelete) Get(key interface{}) (value interface{})

func (MsgDelete) GetSignBytes

func (msg MsgDelete) GetSignBytes() []byte

func (MsgDelete) GetSigners

func (msg MsgDelete) GetSigners() []sdk.AccAddress

func (MsgDelete) Route added in v0.2.0

func (msg MsgDelete) Route() string

Type Implements Msg

func (MsgDelete) String

func (msg MsgDelete) String() string

func (MsgDelete) Tags

func (msg MsgDelete) Tags() sdk.Tags

func (MsgDelete) Type

func (msg MsgDelete) Type() string

Type Implements Msg

func (MsgDelete) ValidateBasic

func (msg MsgDelete) ValidateBasic() sdk.Error

ValidateBasic Implements Msg

type MsgRetrieve

type MsgRetrieve struct {
	UUID string `json:"uuid"`
}

func NewMsgRetrieve

func NewMsgRetrieve(uuid string) MsgRetrieve

func (MsgRetrieve) Get

func (msg MsgRetrieve) Get(key interface{}) (value interface{})

func (MsgRetrieve) GetSignBytes

func (msg MsgRetrieve) GetSignBytes() []byte

func (MsgRetrieve) GetSigners

func (msg MsgRetrieve) GetSigners() []sdk.AccAddress

func (MsgRetrieve) Route added in v0.2.0

func (msg MsgRetrieve) Route() string

Type Implements Msg

func (MsgRetrieve) String

func (msg MsgRetrieve) String() string

func (MsgRetrieve) Tags

func (msg MsgRetrieve) Tags() sdk.Tags

func (MsgRetrieve) Type

func (msg MsgRetrieve) Type() string

Type Implements Msg

func (MsgRetrieve) ValidateBasic

func (msg MsgRetrieve) ValidateBasic() sdk.Error

ValidateBasic Implements Msg

type MsgUpdate

type MsgUpdate struct {
	Creator sdk.AccAddress `json:"creator"`
	Hash    []byte         `json:"hash"`
	UUID    string         `json:"uuid"`
	Status  bool           `json:"status"`
	Fee     int64          `json:"fee"`
}

func NewMsgUpdate

func NewMsgUpdate(creator sdk.AccAddress, hash []byte, uuid string, status bool, fee int64) MsgUpdate

func (MsgUpdate) Get

func (msg MsgUpdate) Get(key interface{}) (value interface{})

func (MsgUpdate) GetSignBytes

func (msg MsgUpdate) GetSignBytes() []byte

func (MsgUpdate) GetSigners

func (msg MsgUpdate) GetSigners() []sdk.AccAddress

func (MsgUpdate) Route added in v0.2.0

func (msg MsgUpdate) Route() string

Type Implements Msg

func (MsgUpdate) String

func (msg MsgUpdate) String() string

func (MsgUpdate) Tags

func (msg MsgUpdate) Tags() sdk.Tags

func (MsgUpdate) Type

func (msg MsgUpdate) Type() string

Type Implements Msg

func (MsgUpdate) ValidateBasic

func (msg MsgUpdate) ValidateBasic() sdk.Error

ValidateBasic Implements Msg

Jump to

Keyboard shortcuts

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