BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Fetch token details data also for tokens with `is_public=False` #1424

Closed purplesmoke05 closed 1 year ago

purplesmoke05 commented 1 year ago

Is your feature request related to a problem? Please describe.

There are use cases where token details data should also be retrieved for tokens with is_public=False set. (There may not even have been a reason to limit it to only is_public=True in the first place.)

Describe the solution you'd like

https://github.com/BoostryJP/ibet-Wallet-API/blob/44dd25f4f90c87d3be2bb61499971267c1e7d657/batch/indexer_Token_Detail.py#L115 https://github.com/BoostryJP/ibet-Wallet-API/blob/44dd25f4f90c87d3be2bb61499971267c1e7d657/batch/indexer_Token_Detail_ShortTerm.py#L134