How to query the block hight of the issued asset ?

+1 vote
I issue an asset, but how to query the block height of the issued asset ?

What is the number of the block which contains the issued asset?
asked Jul 26, 2018 by tongguowei

1 Answer

+1 vote

The quickest way to find this is to look at the first number in the asset's assetref.

answered Jul 26, 2018 by MultiChain
assetref:71-513-37503    
What is meaning of the second and third number?
How to mark some blocks which are important.
You don't really need to use the assetref, but the second number is the byte offset of the issuance transaction within the block, and the third is an encoding of the first two bytes of the issuance txid.

There is on way to mark some blocks are important within MultiChain itself – you would have to take care of this within your application.
...