PTxOutRef
Type that represents a reference to a UTXO.
Definition:
export const PTxOutRef = pstruct({
    PTxOutRef: {
        id: PTxId.type,
        index: int
    }
});
id
Unique transaction ID
type: PTxId.type
index
Index of the specific output within this transaction
type: TermInt