import { TxBase } from '../common/tx-base.mjs'; import { TxSignature } from '../common/tx-signature.mjs'; export type TxChangeFoundationAccount = TxBase & TxSignature & { newFoundationAccount: string; newFoundationReserveRatio: number; };