Esempio n. 1
0
 public static extern void kth_chain_async_merkle_block_by_height(IntPtr chain, IntPtr context, UInt64 height, MerkleBlockGetHandler handler);
Esempio n. 2
0
 public static extern void kth_chain_async_merkle_block_by_hash(IntPtr chain, IntPtr context, hash_t hash, MerkleBlockGetHandler handler);