Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockEvent ¶
type BlockEvent struct {
Event
}
type ContractEvent ¶
type EventList ¶
type EventList struct { BlockEvent []BlockEvent `json:"blockEvent"` ContractEvent []ContractEvent `json:"contractEvent"` }
func (*EventList) GetEncryptionValue ¶
type QueryEventResData ¶
type QueryEventResData struct { base.BaseResModel Body EventList `json:"body"` }
func (*QueryEventResData) GetEncryptionValue ¶
func (f *QueryEventResData) GetEncryptionValue() string
type RegisterEvent ¶
type RegisterEvent struct {
EventId string `json:"eventId"`
}
type RegisterEventResData ¶
type RegisterEventResData struct { base.BaseResModel Body RegisterEvent `json:"body"` }
func (*RegisterEventResData) GetEncryptionValue ¶
func (f *RegisterEventResData) GetEncryptionValue() string
type RemoveEventResData ¶
type RemoveEventResData struct { base.BaseResModel Body interface{} `json:"body"` }
func (*RemoveEventResData) GetEncryptionValue ¶
func (f *RemoveEventResData) GetEncryptionValue() string
Click to show internal directories.
Click to hide internal directories.