PTxInInfo
info
Modified from V2 version.
It represents a transaction input.
definition:
export const PTxInInfo = pstruct({
PTxInInfo: {
utxoRef: PTxOutRef.type,
resolved: PTxOut.type
}
});
utxoRef
type: PTxOutRef.type
resolved
type: PTxOut.type