Is it possible to issue from multisig address to pubkeyhash?

+2 votes
I have a scenario where a native asset issuance need to be signed by two or more addresses before the issuance happens. What would be the best way to achieve this?
asked Oct 12, 2018 by jeshocarmel

1 Answer

0 votes

You can restrict issue permissions to a multisig address, rather than a regular address, and then the issuance can only be performed if signed by both of those addresses.

answered Oct 14, 2018 by MultiChain
great. It's working as expected. Thanks
...