CertifyingPurpose
export interface CertifyingPurpose {
dcert: DCert
kind: "CertifyingPurpose"
toScriptContextUplcData(txData: UplcData): UplcData
toUplcData(): ConstrData
}
Properties
dcert
dcert: DCert
kind
kind: "CertifyingPurpose"
toScriptContextUplcData
toScriptContextUplcData(txData: UplcData): UplcData
toUplcData
toUplcData(): ConstrData