~~Function: getSolanaTokenDecimals()~~
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / getSolanaTokenDecimals
Function: getSolanaTokenDecimals()
Section titled “Function: getSolanaTokenDecimals()”getSolanaTokenDecimals(
symbol):number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:15168
Get token decimals from symbol (Solana-specific, legacy)
Parameters
Section titled “Parameters”symbol
Section titled “symbol”string
Returns
Section titled “Returns”number
Deprecated
Section titled “Deprecated”Use getTokenDecimals(symbol, 'solana') from the main SDK export
which throws on unknown tokens instead of silently returning 9.