Skip to content

Commit dbaa6db

Browse files
committed
delete outdated readme message
1 parent abea951 commit dbaa6db

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

bindings/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,3 @@
22

33
Currently, it only supports C#, other languages are untested.
44

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

Comments
 (0)