export type TokenInfoDto = { isTsbToken: boolean; tokenAddr: string; tokenId: string; availableAmt: string; };