export type ParamsPostDataToSynthAccount = { account: string; synthAccount: string; label: number; data: string; amount: string; tag: string; sign: string; signedHeight: number; feeType: number; };