protected static extern void CallLevelDbBlockchainStore(IntPtr blockchain, block_type block, StoreBlockHandler handler);
 public void Store(block_type block, StoreBlockHandler handler)
 {
     CallLevelDbBlockchainStore(NativeObject, block, handler);
 }