interface RfqFinalizeResult {
    channelTranscriptRef: AttestationRef;
    transcript: ChannelTranscript;
}

Properties

channelTranscriptRef: AttestationRef

The anchored attestation reference, or null when the policy did not anchor (none, or recommended without consent).

transcript: ChannelTranscript

The signed, ordered transcript (always produced).