Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocMsgRecordCreate ¶
type DocMsgRecordCreate struct { Contents []Content `bson:"contents"` Creator string `bson:"creator"` }
func (*DocMsgRecordCreate) BuildMsg ¶
func (d *DocMsgRecordCreate) BuildMsg(msg interface{})
func (*DocMsgRecordCreate) GetType ¶
func (d *DocMsgRecordCreate) GetType() string
func (*DocMsgRecordCreate) HandleTxMsg ¶
func (m *DocMsgRecordCreate) HandleTxMsg(v SdkMsg) MsgDocInfo
type RecordClient ¶
type RecordClient struct { }
func NewClient ¶
func NewClient() RecordClient
func (RecordClient) HandleTxMsg ¶
func (record RecordClient) HandleTxMsg(v types.Msg) (MsgDocInfo, bool)
Click to show internal directories.
Click to hide internal directories.