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