Readonly
rpcData
rpcData: {
block_payload_hash?: string;
kind: ENDORSEMENT;
level: number;
metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 7 more ...; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; }[] | undefined; readonly delegate: string; readonly slots?: readonly number[] | un...;
round?: number;
slot?: number;
} | {
endorsement: { readonly branch: string; readonly operations: { readonly kind: OpKind.ENDORSEMENT; readonly slot?: number | undefined; readonly round?: number | undefined; readonly block_payload_hash?: string | undefined; readonly level: number; }; readonly signature?: string | undefined; };
kind: ENDORSEMENT_WITH_SLOT;
metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 7 more ...; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; }[] | undefined; readonly delegate: string; readonly slots?: readonly number[] | un...;
slot: number;
}
A vote for a candidate block for which a preendorsement quorum certificate (PQC) has been observed.