import { TxBase } from '../common/tx-base.cjs'; import { TxVSignature } from '../common/tx-vsignature.cjs'; export type TxFinalize = TxBase & TxVSignature & { target: string; amount: string; };