]> git.bitcoin.ninja Git - ldk-c-bindings/commitdiff
Note which parameters or return values are (secretly) Options
authorMatt Corallo <git@bluematt.me>
Thu, 5 Aug 2021 01:53:48 +0000 (01:53 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 7 Aug 2021 21:08:20 +0000 (21:08 +0000)
Because `Option<OpaqueType>` is mapped the same as `OpaqueType` its
not immediately clear which values in the API are actually
`Option<>`al. Thus, we should at least have documentation noting
this.


No differences found