Interface OperationContentsAndResultAttestationWithDal

interface OperationContentsAndResultAttestationWithDal {
    block_payload_hash: string;
    dal_attestation: string;
    kind: ATTESTATION_WITH_DAL;
    level: number;
    metadata: OperationContentsAndResultMetadataExtended1;
    round: number;
    slot: number;
}

Properties

block_payload_hash: string
dal_attestation: string
level: number
round: number
slot: number