We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407c56e commit 23f584fCopy full SHA for 23f584f
crates/iota-sdk-ffi/src/types/graphql.rs
@@ -355,7 +355,7 @@ impl From<CoinMetadata> for iota_graphql_client::query_types::CoinMetadata {
355
icon_url: value.icon_url,
356
name: value.name,
357
symbol: value.symbol,
358
- supply: value.supply.map(|s| BigInt(s)),
+ supply: value.supply.map(BigInt),
359
version: value.version,
360
}
361
0 commit comments