type SOLBalance = { symbol: "SOL"; amount: number; decimals: 9; amount_decimal: string; };
symbol
"SOL"
amount
number
decimals
9
amount_decimal
string
Was this page helpful?