We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abea951 commit dbaa6dbCopy full SHA for dbaa6db
bindings/README.md
@@ -2,21 +2,3 @@
2
3
Currently, it only supports C#, other languages are untested.
4
5
-## General strategy
6
-
7
8
-## Type interoperability
9
10
-Some types can not pass FFI boundary directly, so it has to be converted to FFI-safe type.
11
-The famous example of this is that array has to be passed as a pair of two items.
12
13
-1. pointer to the first element of the array.
14
-2. length of the array.
15
16
-For other rust-lightning and rust-bitcoin types, the conversion could be done in several ways.
17
-Here are the conversion tables for those types.
18
19
-1. tuple ... analogous plain struct.
20
-1. `Transaction` ... ``
21
22
0 commit comments