Skip to content

$ParticipationKey

const $ParticipationKey: object

Type declaration

description

readonly description: "Represents a participation key used by the node." = 'Represents a participation key used by the node.'

properties

readonly properties: object

properties.address

readonly properties.address: object

properties.address.description

readonly properties.address.description: "Address the key was generated for." = 'Address the key was generated for.'

properties.address.type

readonly properties.address.type: "string" = 'string'

properties.address.x-algorand-format

readonly properties.address.x-algorand-format: "Address" = 'Address'

properties.effective-first-valid

readonly properties.effective-first-valid: object

properties.effective-first-valid.description

readonly properties.effective-first-valid.description: "When registered, this is the first round it may be used." = 'When registered, this is the first round it may be used.'

properties.effective-first-valid.type

readonly properties.effective-first-valid.type: "integer" = 'integer'

properties.effective-first-valid.x-algorand-format

readonly properties.effective-first-valid.x-algorand-format: "uint64" = 'uint64'

properties.effective-last-valid

readonly properties.effective-last-valid: object

properties.effective-last-valid.description

readonly properties.effective-last-valid.description: "When registered, this is the last round it may be used." = 'When registered, this is the last round it may be used.'

properties.effective-last-valid.type

readonly properties.effective-last-valid.type: "integer" = 'integer'

properties.effective-last-valid.x-algorand-format

readonly properties.effective-last-valid.x-algorand-format: "uint64" = 'uint64'

properties.id

readonly properties.id: object

properties.id.description

readonly properties.id.description: "The key's ParticipationID." = "The key's ParticipationID."

properties.id.type

readonly properties.id.type: "string" = 'string'

properties.key

readonly properties.key: object

properties.key.$ref

readonly properties.key.$ref: "#/components/schemas/AccountParticipation" = '#/components/schemas/AccountParticipation'

properties.last-block-proposal

readonly properties.last-block-proposal: object

properties.last-block-proposal.description

readonly properties.last-block-proposal.description: "Round when this key was last used to propose a block." = 'Round when this key was last used to propose a block.'

properties.last-block-proposal.type

readonly properties.last-block-proposal.type: "integer" = 'integer'

properties.last-state-proof

readonly properties.last-state-proof: object

properties.last-state-proof.description

readonly properties.last-state-proof.description: "Round when this key was last used to generate a state proof." = 'Round when this key was last used to generate a state proof.'

properties.last-state-proof.type

readonly properties.last-state-proof.type: "integer" = 'integer'

properties.last-vote

readonly properties.last-vote: object

properties.last-vote.description

readonly properties.last-vote.description: "Round when this key was last used to vote." = 'Round when this key was last used to vote.'

properties.last-vote.type

readonly properties.last-vote.type: "integer" = 'integer'

required

readonly required: readonly ["address", "id", "key"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:997