/** Hex */ export type TxHash = string; export type OutRef = { txHash: TxHash; outputIndex: number };