Documentation
Tagion
Bill
tagion
script
common
Tagion bill
@
safe
struct
Bill (
alias
Currency
) {
enum
type_name
;
@
label
(
StdNames
.
value
)
Currency
value
;
@
label
(
StdNames
.
time
)
sdt_t
time
;
@
label
(
StdNames
.
owner
)
Pubkey
owner
;
@
label
(
StdNames
.
nonce
)
@
optional
Buffer
nonce
;
}
Members
Variables
nonce
Buffer
nonce
;
extra nonce
owner
Pubkey
owner
;
owner key
time
sdt_t
time
;
Time stamp
value
Currency
value
;
Tagion bill
Mixed In Members
From
mixin
HiBONRecord
recordName
string
recordName
()
Get the record type name set by @recordType("name")
tagion
script
common
aliases
GenericEpoch
functions
lockedArchiveIndices
sign
verify
structs
Active
Bill
ConsensusVoting
Contract
Epoch
GenesisEpoch
LockedArchives
PayScript
SignedContract
TagionGlobals
TagionHead
Tagion bill