refreshing asset amount

+1 vote
When exactly does the node refreshes native asset amount?

when the node receives and verifies individual transaction, or when the node receives and verifies a new block?

Thx in advance!
asked Apr 27, 2017 by Hwang

1 Answer

0 votes
 
Best answer

If the node receives an individual transaction sending it some of the native asset, its unconfirmed balance will update immediately. But its confirmed balance will wait until that transaction is confirmed in a block. It's exactly the same for issued assets as well. All APIs for querying balances include a minconf parameter which you can set to 0 to see unconfirmed incoming transactions.

answered Apr 27, 2017 by MultiChain
...