Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalSection ¶
type AdditionalSection struct {
RecordExtensions []Record
}
type DropContinue ¶
type DropContinue struct {
PrevDropHash [][]byte
}
type JetDrop ¶
type JetDrop struct { MainSection *MainSection Sections []Section RawData []byte Hash []byte }
type MainSection ¶
type MainSection struct { Start DropStart DropContinue DropContinue Records []Record }
func (MainSection) IsSection ¶
func (m MainSection) IsSection() bool
type PlatformPulseData ¶
PlatformPulseData represents on the missing struct in the Platform
type RecordType ¶
type RecordType int
const ( // state type means activate, amend, deactivate records STATE RecordType = iota REQUEST RESULT )
Click to show internal directories.
Click to hide internal directories.