iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
54 stars 39 forks source link

Update available balance for base coin #2170

Closed cpl121 closed 3 months ago

cpl121 commented 3 months ago

Description

Now the amount of implicit account outputs and delegation outputs is used to calculate the available balance of the base coin

Motivation

Return an available balance more accurate, without using the amount of implicit account outputs and delegation outputs

Requirements

Write a list of what you want this feature to do.

  1. Return an available balance without using implicit accounts and delegations outputs of the wallet

Are you planning to do it yourself in a pull request?

No

thibault-martinez commented 3 months ago

Closed by https://github.com/iotaledger/iota-sdk/pull/2181