KeyRegistrationFields
Algorand TypeScript / itxn / itxn / KeyRegistrationFields
Defined in: itxn.ts:627
Extended by
Section titled “Extended by”Properties
Section titled “Properties”
optionalfee:uint64
Defined in: itxn.ts:635
microalgos
firstValid?
Section titled “firstValid?”
optionalfirstValid:uint64
Defined in: itxn.ts:639
round number
firstValidTime?
Section titled “firstValidTime?”
optionalfirstValidTime:uint64
Defined in: itxn.ts:643
UNIX timestamp of block before txn.FirstValid. Fails if negative
lastValid?
Section titled “lastValid?”
optionallastValid:uint64
Defined in: itxn.ts:647
round number
lease?
Section titled “lease?”
optionallease:bytes<32>
Defined in: itxn.ts:655
32 byte lease value
nonparticipation?
Section titled “nonparticipation?”
optionalnonparticipation:boolean
Defined in: itxn.ts:683
Marks an account nonparticipating for rewards
optionalnote:string|bytes
Defined in: itxn.ts:651
Any data up to 1024 bytes
rekeyTo?
Section titled “rekeyTo?”Defined in: itxn.ts:659
32 byte Sender’s new AuthAddr
selectionKey?
Section titled “selectionKey?”
optionalselectionKey:bytes<32>
Defined in: itxn.ts:667
32 byte address
sender?
Section titled “sender?”Defined in: itxn.ts:631
32 byte address
stateProofKey?
Section titled “stateProofKey?”
optionalstateProofKey:bytes<64>
Defined in: itxn.ts:687
64 byte state proof public key
voteFirst?
Section titled “voteFirst?”
optionalvoteFirst:uint64
Defined in: itxn.ts:671
The first round that the participation key is valid.
voteKey?
Section titled “voteKey?”
optionalvoteKey:bytes<32>
Defined in: itxn.ts:663
32 byte address
voteKeyDilution?
Section titled “voteKeyDilution?”
optionalvoteKeyDilution:uint64
Defined in: itxn.ts:679
Dilution for the 2-level participation key
voteLast?
Section titled “voteLast?”
optionalvoteLast:uint64
Defined in: itxn.ts:675
The last round that the participation key is valid.