예제 #1
0
 protected static extern void CallLevelDbBlockchainImport(IntPtr blockchain, block_type block, UInt32 height, ImportBlockHandler handler);
예제 #2
0
 public void Import(block_type block, UInt32 height, ImportBlockHandler handler)
 {
     CallLevelDbBlockchainImport(NativeObject, block, height, handler);
 }