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