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