Interface OperationContentsAndResultDoubleAttestation

interface OperationContentsAndResultDoubleAttestation {
    kind: DOUBLE_ATTESTATION_EVIDENCE;
    metadata: OperationContentsAndResultMetadata;
    op1: InlinedAttestation;
    op2: InlinedAttestation;
    slot?: number;
}

Properties

slot?: number

Generated using TypeDoc