import { RefTxInfo } from './ref-tx-info.mjs'; export type RefVtx = { refTxLink: RefTxInfo; vtxLinkHash: string; };