Is your feature request related to a problem? Please describe.
A function is needed to register personal information of the investor originating from issuer.
For example, if issuer wants to handle a private placement where the investor key exists in another entity, the issuer needs to perform name registration and transfer operations with issuer authority.
Describe the solution you'd like
add forceRegister to PersonalInfo.sol.
forceRegister allows to link other people's personal information to sender.
Is your feature request related to a problem? Please describe.
A function is needed to register personal information of the investor originating from issuer.
For example, if issuer wants to handle a private placement where the investor key exists in another entity, the issuer needs to perform name registration and transfer operations with issuer authority.
Describe the solution you'd like
add
forceRegister
toPersonalInfo.sol
.forceRegister
allows to link other people's personal information to sender.Describe alternatives you've considered
nothing