Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BankClient ¶
type BankClient struct { }
func NewClient ¶
func NewClient() BankClient
func (BankClient) HandleTxMsg ¶
func (bank BankClient) HandleTxMsg(v types.Msg) (MsgDocInfo, bool)
type DocMsgMultiSend ¶
type DocMsgMultiSend struct { Inputs []Item `bson:"inputs"` Outputs []Item `bson:"outputs"` TempData []string `bson:"-"` }
func (*DocMsgMultiSend) BuildMsg ¶
func (m *DocMsgMultiSend) BuildMsg(v interface{})
func (*DocMsgMultiSend) GetType ¶
func (m *DocMsgMultiSend) GetType() string
func (*DocMsgMultiSend) HandleTxMsg ¶
func (m *DocMsgMultiSend) HandleTxMsg(v SdkMsg) MsgDocInfo
type DocMsgSend ¶
type DocMsgSend struct { FromAddress string `bson:"from_address"` ToAddress string `bson:"to_address"` Amount []types.Coin `bson:"amount"` }
func (*DocMsgSend) BuildMsg ¶
func (m *DocMsgSend) BuildMsg(v interface{})
func (*DocMsgSend) GetType ¶
func (m *DocMsgSend) GetType() string
func (*DocMsgSend) HandleTxMsg ¶
func (m *DocMsgSend) HandleTxMsg(v SdkMsg) MsgDocInfo
Click to show internal directories.
Click to hide internal directories.