How multiple issuers can issue qty for one asset ?

+1 vote
I Issue one asset with a particular address which have issue permission issuefrom api. Now i want other address can also issue qty to this asset. For it i give issue permission to new address and try Issuemorefrom api with this new address but multichaingives me error "Issuing more units of this asset not allowed from this address"  but this address have issue permissions.
asked Sep 12, 2018 by Sufyan Ahmad

1 Answer

+1 vote

After an asset is issued, the permission to issue more of that asset is based on the asset-specific permission, not the global one. So if the asset was called asset1, the permission you need to assign to the other address is asset1.issue rather than (global) issue permissions. Any address with per-asset admin permissions can do this, including (unless it was revoked) the address that created the asset.

answered Sep 12, 2018 by MultiChain
...