Documentation
Tagion
LockedArchives
tagion
script
common
Output which did not reach consensus at this epoch
struct
LockedArchives
version(RESERVED_ARCHIVES_FIX)
@
safe
@
recordType
("$@Locked")
struct
LockedArchives {
@
label
(
StdNames
.
locked_epoch
)
long
epoch_number
;
@
label
("outputs")
const
(
DARTIndex
)[]
locked_outputs
;
}
struct
LockedArchives
Members
Variables
epoch_number
long
epoch_number
;
locked_outputs
const
(
DARTIndex
)[]
locked_outputs
;
tagion
script
common
aliases
GenericEpoch
functions
lockedArchiveIndices
sign
verify
structs
Active
ConsensusVoting
Contract
Epoch
GenesisEpoch
LockedArchives
PayScript
SignedContract
TagionBill
TagionGlobals
TagionHead
Output which did not reach consensus at this epoch