Skip to content

KeyRegistrationFields

Algorand TypeScript


Algorand TypeScript / itxn / itxn / KeyRegistrationFields

Defined in: itxn.ts:627

optional fee: uint64

Defined in: itxn.ts:635

microalgos


optional firstValid: uint64

Defined in: itxn.ts:639

round number


optional firstValidTime: uint64

Defined in: itxn.ts:643

UNIX timestamp of block before txn.FirstValid. Fails if negative


optional lastValid: uint64

Defined in: itxn.ts:647

round number


optional lease: bytes<32>

Defined in: itxn.ts:655

32 byte lease value


optional nonparticipation: boolean

Defined in: itxn.ts:683

Marks an account nonparticipating for rewards


optional note: string | bytes

Defined in: itxn.ts:651

Any data up to 1024 bytes


optional rekeyTo: Account | bytes

Defined in: itxn.ts:659

32 byte Sender’s new AuthAddr


optional selectionKey: bytes<32>

Defined in: itxn.ts:667

32 byte address


optional sender: Account | bytes

Defined in: itxn.ts:631

32 byte address


optional stateProofKey: bytes<64>

Defined in: itxn.ts:687

64 byte state proof public key


optional voteFirst: uint64

Defined in: itxn.ts:671

The first round that the participation key is valid.


optional voteKey: bytes<32>

Defined in: itxn.ts:663

32 byte address


optional voteKeyDilution: uint64

Defined in: itxn.ts:679

Dilution for the 2-level participation key


optional voteLast: uint64

Defined in: itxn.ts:675

The last round that the participation key is valid.