fuse_wallet_sdk 0.2.1 fuse_wallet_sdk: ^0.2.1 copied to clipboard
Fuse Wallet SDK now has a Dart implementation, making it even easier to integrate blockchain technology into your mobile apps.
CHANGELOG #
[0.2.0] #
Changes #
- Breaking Change: Revamped the entire SDK infrastructure.
- Smart Wallets are now 4337 compliant.
- Transitioned to using the new API set.
[0.1.1] #
Added #
- Introduced
tvl
(total value locked) property in theStakingOption
model. - Added
stakingApr
property to theStakedToken
model. - Enhanced
getHistoricalActions
by introducing limit query parameter, enabling clients to retrieve more items per page.
[0.1.0] #
Changed #
- Breaking: Introduced a new NFT module for fetching non-fungible tokens (ERC-721) on FUSE network.
[0.0.13] #
Added #
- Expose a function to disconnect from the websocket when a application goes to the background.
[0.0.6] #
[0.0.5] #
Added #
- Added comprehensive documentation to the package, making it easier for users to understand and use the package effectively.
- Introduced a new model
ActionResult
which provides information on the next page of actions, the next page number, and a list of actions.
[0.0.4] #
Changed #
- Replaced custom
EventEmitter
extension with the built-inStream
class for improved compatibility and maintainability. - Added a
getBalance
function to allow users to retrieve token balances directly from the blockchain.
[0.0.3] #
(No changes in this version)
[0.0.2] #
Added #
- Implemented historical transactions functionality to enable users to access and analyze past transactions.
[0.0.1] #
- Initial release of the package.