Readonly
rpcData
rpcData: {
block_payload_hash?: string;
kind: ENDORSEMENT;
level: number;
metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly contract?: string | undefined; readonly change: string; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; ... 9 more ...; readonly delayed_operation_hash?: string | undefined; }[] | undefined; readonly deleg...;
round?: number;
slot?: number;
} | {
block_payload_hash: string;
dal_attestation: string;
kind: ENDORSEMENT_WITH_DAL;
level: number;
metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly contract?: string | undefined; readonly change: string; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; ... 9 more ...; readonly delayed_operation_hash?: string | undefined; }[] | undefined; readonly deleg...;
round: number;
slot: number;
}
A vote for a candidate block for which a preendorsement quorum certificate (PQC) has been observed.
Deprecated
Endorsements are not supported anymore because they were incomplete and with breaking changes. Let us know if you need them.