export interface FtAssetInfo {
    assetId: bigint;
    controller: string;
    decimals: number;
    description: string;
}
