Interface BakerInfo

Information about a baker.

Hierarchy

  • BakerInfo

Properties

aggregationKey: string

Baker's public key used to check signatures on finalization records. This is only used if the baker has sufficient stake to participate in finalization.

bakerId: bigint

Identity of the baker. This is actually the account index of the account controlling the baker.

electionKey: string

Baker's public key used to check whether they won the lottery or not.

signatureKey: string

Baker's public key used to check that they are indeed the ones who produced the block.

Generated using TypeDoc