export type ParamsCreateSynthAccount = { account: string; synthAccount: string; amount: string; sign: string; signedHeight: number; feeType: number; };