How Do I Spend an "Unconfirmed Asset"?

+1 vote
I'm using the multichain-node nodejs module.  Is there a way to block on asset issuance confirmation?  Ideally, I'd like to send assets immediately after issuance, but I get:

{ code: -8,

  message: 'Unconfirmed asset: b56701bee9b74f2dbc3cd677d4ca2c20' }
asked Mar 20, 2017 by Bullsear

1 Answer

0 votes
This was resolved in more recent versions of the MultiChain protocol, for which you'll require a new blockchain created by a recent version of MultiChain.
answered Mar 21, 2017 by MultiChain
Hi Multichain Team,

Can you please confirm the alpha version where this feature is supported?
Thanks.
This was implemented in protocol version 10007, supported by version 1.0 alpha 27 or later.
...