PTxInInfo
warning
Modified in V2 version
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: PTxOutRef.type,
resolved: PTxOut.type
}
});
utxoRef
type: PTxOutRef.type
resolved
type: 'PTxOut.type'