コード例 #1
0
ファイル: ChainNative.cs プロジェクト: k-nuth/cs-api
 public static extern void kth_chain_async_compact_block_by_height(IntPtr chain, IntPtr context, UInt64 height, GetCompactBlockHandler handler);
コード例 #2
0
ファイル: ChainNative.cs プロジェクト: k-nuth/cs-api
 public static extern void kth_chain_async_compact_block_by_hash(IntPtr chain, IntPtr context, hash_t hash, GetCompactBlockHandler handler);