SpendingPurpose
export interface SpendingPurpose {
kind: "SpendingPurpose"
toScriptContextUplcData(txData: UplcData): UplcData
toUplcData(): ConstrData
utxoId: TxOutputId
}
Properties
kind
kind: "SpendingPurpose"
toScriptContextUplcData
toScriptContextUplcData(txData: UplcData): UplcData
toUplcData
toUplcData(): ConstrData
utxoId
utxoId: TxOutputId