moonbeam-foundation / xcm-sdk

The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the multilocation of the origin or destination assets or which extrinsics are used on which networks to
https://moonbeam-foundation.github.io/xcm-sdk/latest/
MIT License
14 stars 9 forks source link

Change toDecimal return type #62

Closed mmaurello closed 1 year ago

mmaurello commented 1 year ago

Description

Change return type of toDecimal function to Big type from big.js.

Checklist

Docs PR: https://github.com/PureStake/moonbeam-docs/pull/561