/** Hex */ export type TxHash = string; export type OutRef = { txHash: TxHash; outputIndex: number; }; //# sourceMappingURL=OutRef.d.ts.map