Documentation ¶
Index ¶
- Constants
- type Nep5LogMsg
- func (msg *Nep5LogMsg) CMD() string
- func (msg *Nep5LogMsg) Deserialize(r io.Reader) error
- func (msg *Nep5LogMsg) GetBlockHash() common.Uint256
- func (msg *Nep5LogMsg) GetHeight() uint32
- func (msg *Nep5LogMsg) GetTopicAddr() common.Uint160
- func (msg *Nep5LogMsg) MaxLength() uint32
- func (msg *Nep5LogMsg) Serialize(w io.Writer) error
- type Nep5LogMsgRes
Constants ¶
View Source
const (
CmdNep5Log = "nep5log"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nep5LogMsg ¶
type Nep5LogMsg struct {
// contains filtered or unexported fields
}
func (*Nep5LogMsg) CMD ¶
func (msg *Nep5LogMsg) CMD() string
func (*Nep5LogMsg) Deserialize ¶
func (msg *Nep5LogMsg) Deserialize(r io.Reader) error
func (*Nep5LogMsg) GetBlockHash ¶
func (msg *Nep5LogMsg) GetBlockHash() common.Uint256
func (*Nep5LogMsg) GetHeight ¶
func (msg *Nep5LogMsg) GetHeight() uint32
func (*Nep5LogMsg) GetTopicAddr ¶
func (msg *Nep5LogMsg) GetTopicAddr() common.Uint160
func (*Nep5LogMsg) MaxLength ¶
func (msg *Nep5LogMsg) MaxLength() uint32
type Nep5LogMsgRes ¶
func (*Nep5LogMsgRes) CMD ¶
func (msg *Nep5LogMsgRes) CMD() string
func (*Nep5LogMsgRes) Deserialize ¶
func (msg *Nep5LogMsgRes) Deserialize(r io.Reader) error
func (*Nep5LogMsgRes) MaxLength ¶
func (msg *Nep5LogMsgRes) MaxLength() uint32
Click to show internal directories.
Click to hide internal directories.