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