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

Expose block cost calculation to the bindings #2205

Closed begonaalvarezd closed 3 months ago

begonaalvarezd commented 3 months ago

Description

In the explorer we would like to add the mana each block burned, and for that we would need a way to calculate the "mana block cost"

Motivation

Above mentioned

Requirements

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

Open questions (optional)

Use this section to ask any questions that are related to the feature.

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

Yes/No.