Create a wallet that doesn't have receive permission but has a starting balance?

+2 votes
I was looking to create a wallet that has a balance of say 100 when it is created but is unable to receive any more assets other than what it was created with, so it only has that 100 to send.

I have tried using the issue and sendasset commands but both failed because the address doesn't have receive permission.

Is such a thing possible?
asked Jan 31, 2017 by kjc14f

1 Answer

+3 votes
 
Best answer

Just grant the address receive permissions, send the assets, then revoke the receive permissions. That should do the trick.

answered Jan 31, 2017 by MultiChain
selected Jan 31, 2017 by kjc14f
Brilliant, thank you! I thought that may be case!
...