PTxInInfo
info
The modifications in PTxInInfo
from V1 version are highlighted.
Type that represents detailed information about a Cardano transaction input. Each input references a UTXO and includes the resolved details of that UTXO, essential in understanding the funds being spent in the transaction.
Definition:
export const PTxInInfo = pstruct({
PTxInInfo: {
utxoRef: V1.PTxOutRef.type,
resolved: PTxOut.type
}
});
utxoRef
type: V1.PTxOutRef.type
resolved
type: 'PTxOut.type'