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