CertifyingPurpose
export interface CertifyingPurpose {
dcert: DCert
kind: "CertifyingPurpose"
toScriptContextUplcData(txData: UplcData): UplcData
toUplcData(): ConstrData
}
Properties
dcert
certifyingPurpose.dcert satisfies DCert
kind
certifyingPurpose.kind satisfies "CertifyingPurpose"
toScriptContextUplcData
certifyingPurpose.toScriptContextUplcData satisfies (txData: UplcData) => UplcData
toUplcData
certifyingPurpose.toUplcData satisfies () => ConstrData