Closed this issue 18 days ago · 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.
#[serde(rename = "tokenSupply")]
Nice catch! Not sure how that got in there, but #101 should fix this!