コード例 #1
0
 internal extern static ReturnCode terab_utxo_open_block(SafeConnectionHandle connection, Int32 parentHandle, out Int32 blockHandle, out BlockUcid ucid);
コード例 #2
0
 internal extern static ReturnCode terab_disconnect(SafeConnectionHandle connectionHandle, [MarshalAs(UnmanagedType.LPStr)] string reason);
コード例 #3
0
 internal extern static ReturnCode terab_utxo_get_block(SafeConnectionHandle connection, byte[] blockId, out Int32 blockHandle);
コード例 #4
0
 internal extern static ReturnCode terab_connect([MarshalAs(UnmanagedType.LPStr)] string cnxString, out SafeConnectionHandle connectionHandle);