Interface OperationContentsDoubleAttestation

interface OperationContentsDoubleAttestation {
    kind: DOUBLE_ATTESTATION_EVIDENCE;
    op1: InlinedAttestation;
    op2: InlinedAttestation;
    slot?: number;
}

Properties

Properties

slot?: number

Generated using TypeDoc