Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types indexer.KeyRegistrationTransactionResult

@algorandfoundation/algokit-utils / types/indexer / KeyRegistrationTransactionResult

Interface: KeyRegistrationTransactionResult

types/indexer.KeyRegistrationTransactionResult

Fields for a keyreg transaction https://developer.algorand.org/docs/rest-apis/indexer/#transactionkeyreg

Table of contents

Properties

Properties

non-participation

Optional non-participation: boolean

[nonpart] Mark the account as participating or non-participating.

Defined in

src/types/indexer.ts:503


selection-participation-key

Optional selection-participation-key: string

[selkey] Public key used with the Verified Random Function (VRF) result during committee selection.

Pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==\|[A-Za-z0-9+/]{3}=)?$"

Defined in

src/types/indexer.ts:508


state-proof-key

Optional state-proof-key: string

[selkey] Public key used with the Verified Random Function (VRF) result during committee selection.

Pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==\|[A-Za-z0-9+/]{3}=)?$"

Defined in

src/types/indexer.ts:513


vote-first-valid

Optional vote-first-valid: number

[votefst] First round this participation key is valid.

Defined in

src/types/indexer.ts:515


vote-key-dilution

Optional vote-key-dilution: number

[votekd] Number of subkeys in each batch of participation keys.

Defined in

src/types/indexer.ts:517


vote-last-valid

Optional vote-last-valid: number

[votelst] Last round this participation key is valid.

Defined in

src/types/indexer.ts:519


vote-participation-key

Optional vote-participation-key: string

[votekey] Participation public key used in key registration transactions.

Pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==\|[A-Za-z0-9+/]{3}=)?$"

Defined in

src/types/indexer.ts:524