$ParticipationKey
const$ParticipationKey:object
Type declaration
description
readonlydescription:"Represents a participation key used by the node."='Represents a participation key used by the node.'
properties
readonlyproperties:object
properties.address
readonlyproperties.address:object
properties.address.description
readonlyproperties.address.description:"Address the key was generated for."='Address the key was generated for.'
properties.address.type
readonlyproperties.address.type:"string"='string'
properties.address.x-algorand-format
readonlyproperties.address.x-algorand-format:"Address"='Address'
properties.effective-first-valid
readonlyproperties.effective-first-valid:object
properties.effective-first-valid.description
readonlyproperties.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
readonlyproperties.effective-first-valid.type:"integer"='integer'
properties.effective-first-valid.x-algorand-format
readonlyproperties.effective-first-valid.x-algorand-format:"uint64"='uint64'
properties.effective-last-valid
readonlyproperties.effective-last-valid:object
properties.effective-last-valid.description
readonlyproperties.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
readonlyproperties.effective-last-valid.type:"integer"='integer'
properties.effective-last-valid.x-algorand-format
readonlyproperties.effective-last-valid.x-algorand-format:"uint64"='uint64'
properties.id
readonlyproperties.id:object
properties.id.description
readonlyproperties.id.description:"The key's ParticipationID."="The key's ParticipationID."
properties.id.type
readonlyproperties.id.type:"string"='string'
properties.key
readonlyproperties.key:object
properties.key.$ref
readonlyproperties.key.$ref:"#/components/schemas/AccountParticipation"='#/components/schemas/AccountParticipation'
properties.last-block-proposal
readonlyproperties.last-block-proposal:object
properties.last-block-proposal.description
readonlyproperties.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
readonlyproperties.last-block-proposal.type:"integer"='integer'
properties.last-state-proof
readonlyproperties.last-state-proof:object
properties.last-state-proof.description
readonlyproperties.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
readonlyproperties.last-state-proof.type:"integer"='integer'
properties.last-vote
readonlyproperties.last-vote:object
properties.last-vote.description
readonlyproperties.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
readonlyproperties.last-vote.type:"integer"='integer'
required
readonlyrequired: readonly ["address","id","key"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:997