export type RpcCreateTxResult = { hash: string; tx: any; signedHeight: number; success: boolean; feeType: number; };