export type ParamsCreateVme = { account: string; vmeId: string; vmeType: string; lockAmount: string; sign: string; signedHeight: number; };