helius-labs/helius-rust-sdk

Asset token_info parsing

Closed this issue · 1 comments

The line 360 in types.rs
#[serde(rename = "tokenSupply")]
leads to not parsing the token_info in Asset.
Removing the line fixes this problem, I made no further tests.

Nice catch! Not sure how that got in there, but #101 should fix this!