import { RefTxInfo } from '../common/ref-tx-info.cjs'; import { TokenValueAB } from '../common/token-value-ab.cjs'; import { TxBase } from '../common/tx-base.cjs'; import { TxVSignature } from '../common/tx-vsignature.cjs'; export type TxAcceptScriptAfterTimeLock = TxBase & TxVSignature & { refLink: RefTxInfo; amount: string; balance: string; tokenBalances: TokenValueAB[]; tokenProof: string; tokenHash: string; };