bdk-ffi icon indicating copy to clipboard operation
bdk-ffi copied to clipboard

Look into using external types for errors

Open thunderbiscuit opened this issue 9 months ago • 0 comments

Uniffi allows us to use types that are defined externally and don't require wrapping directly using a fairly simply workflow.

See https://mozilla.github.io/uniffi-rs/latest/types/remote_ext_types.html#remote-types.

We successfully leveraged this for LogLevel, and I suspect that this might also work for some of our errors! Needs a bit of investigating though.

thunderbiscuit avatar Mar 27 '25 18:03 thunderbiscuit