Interface OperationContentsAndResultDoublePreattestation

interface OperationContentsAndResultDoublePreattestation {
    kind: DOUBLE_PREATTESTATION_EVIDENCE;
    metadata: OperationContentsAndResultMetadata;
    op1: InlinedPreattestation;
    op2: InlinedPreattestation;
}

Properties

Properties

Generated using TypeDoc