PTxOutRef
It represents a transaction output.
definition:
export const PTxOutRef = pstruct({
PTxOutRef: {
id: PTxId.type,
index: int
}
});
id
type: PTxId.type
index
type: int
PTxOutRef
It represents a transaction output.
definition:
export const PTxOutRef = pstruct({
PTxOutRef: {
id: PTxId.type,
index: int
}
});
id
type: PTxId.type
index
type: int