export type InscriptionBalance = {
    type: 'ton20' | 'gram20';
    ticker: string;
    balance: string;
    decimals: number;
};
