BoostryJP / ibet-Prime

Advanced API Toolkit for Digital Securities Issuance and Management on the ibet Network 🚀
https://ibet.jp/ibet-for-fin
Apache License 2.0
11 stars 1 forks source link

[FEATURE] Add force registration function for personal information #280

Closed urushibata-k closed 2 years ago

urushibata-k commented 2 years ago

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

Describe the solution you'd like

urushibata-k commented 2 years ago

Assuming personal information registration as preparation before transfer, it is inappropriate for the endpoint to be under /share or /bond(holders). Adopt Proposal B.

POST: /accounts/{issuer_address}/personal_info

urushibata-k commented 2 years ago

target v22.6.0

urushibata-k commented 2 years ago

Assuming personal information registration as preparation before transfer, it is inappropriate for the endpoint to be under /share or /bond(holders).

PersonalIfno contract's address is set for each token, so it is correct under share or bond.

POST: /{bond or share}/tokens/{token_address}/personal_info

urushibata-k commented 2 years ago

Implemented: branch feature/#280