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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MsgBook

type MsgBook struct {
	UUID     string `json:"uuid"`
	Duration int64  `json:"duration"`
}

func NewMsgBook

func NewMsgBook(uuid string, duration int64) MsgBook

func (MsgBook) Get

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

func (MsgBook) GetSignBytes

func (msg MsgBook) GetSignBytes() []byte

func (MsgBook) GetSigners

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

func (MsgBook) Route added in v0.2.0

func (msg MsgBook) Route() string

func (MsgBook) String

func (msg MsgBook) String() string

func (MsgBook) Tags

func (msg MsgBook) Tags() sdk.Tags

func (MsgBook) Type

func (msg MsgBook) Type() string

func (MsgBook) ValidateBasic

func (msg MsgBook) ValidateBasic() sdk.Error

type MsgComplete

type MsgComplete struct {
	BookingID string `json:"bookingId"`
}

func NewMsgComplete

func NewMsgComplete(bookingId string) MsgComplete

func (MsgComplete) Get

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

func (MsgComplete) GetSignBytes

func (msg MsgComplete) GetSignBytes() []byte

func (MsgComplete) GetSigners

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

func (MsgComplete) Route added in v0.2.0

func (msg MsgComplete) Route() string

func (MsgComplete) String

func (msg MsgComplete) String() string

func (MsgComplete) Tags

func (msg MsgComplete) Tags() sdk.Tags

func (MsgComplete) Type

func (msg MsgComplete) Type() string

func (MsgComplete) ValidateBasic

func (msg MsgComplete) ValidateBasic() sdk.Error

Jump to

Keyboard shortcuts

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