TransactionKeyreg
TransactionKeyreg =
object
Defined in: packages/indexer_client/src/models/transaction-keyreg.ts:10
Fields for a keyreg transaction.
Definition: data/transactions/keyreg.go : KeyregTxnFields
Properties
Section titled “Properties”nonParticipation?
Section titled “nonParticipation?”
optionalnonParticipation:boolean
Defined in: packages/indexer_client/src/models/transaction-keyreg.ts:14
[nonpart] Mark the account as participating or non-participating.
selectionParticipationKey?
Section titled “selectionParticipationKey?”
optionalselectionParticipationKey:Uint8Array
Defined in: packages/indexer_client/src/models/transaction-keyreg.ts:19
[selkey] Public key used with the Verified Random Function (VRF) result during committee selection.
stateProofKey?
Section titled “stateProofKey?”
optionalstateProofKey:Uint8Array
Defined in: packages/indexer_client/src/models/transaction-keyreg.ts:44
[sprfkey] State proof key used in key registration transactions.
voteFirstValid?
Section titled “voteFirstValid?”
optionalvoteFirstValid:bigint
Defined in: packages/indexer_client/src/models/transaction-keyreg.ts:24
[votefst] First round this participation key is valid.
voteKeyDilution?
Section titled “voteKeyDilution?”
optionalvoteKeyDilution:bigint
Defined in: packages/indexer_client/src/models/transaction-keyreg.ts:29
[votekd] Number of subkeys in each batch of participation keys.
voteLastValid?
Section titled “voteLastValid?”
optionalvoteLastValid:bigint
Defined in: packages/indexer_client/src/models/transaction-keyreg.ts:34
[votelst] Last round this participation key is valid.
voteParticipationKey?
Section titled “voteParticipationKey?”
optionalvoteParticipationKey:Uint8Array
Defined in: packages/indexer_client/src/models/transaction-keyreg.ts:39
[votekey] Participation public key used in key registration transactions.