Documentation
Tagion
EvaPayload
tagion
hashgraph
HashGraphBasic
@
safe
struct
EvaPayload {
@
label
("$channel")
Pubkey
channel
;
@
label
(
StdNames
.
nonce
)
Buffer
nonce
;
}
Mixed In Members
From
mixin
HiBONRecord
!(
q{
this
(
const
Pubkey
channel
,
const
Buffer
nonce
)
pure
{
this
.
channel
=
channel
;
this
.
nonce
=
nonce
; }
}
)
recordName
string
recordName
()
Get the record type name set by @recordType("name")
tagion
hashgraph
HashGraphBasic
enums
ExchangeState
functions
isMajority
structs
EvaPayload
EventBody
EventPackage
RoundVote
Wavefront