import { TxBase } from '../common/tx-base.cjs'; import { TxSignature } from '../common/tx-signature.cjs'; export type TxUnlockStake = TxBase & TxSignature & { vmeId: string; unlockAmount: string; balance: string; };