bitcoindevkit / rust-electrum-client

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
MIT License
72 stars 54 forks source link

Make ScriptStatus Serializable #101

Closed RCasatta closed 1 year ago

RCasatta commented 1 year ago

it's common to cache this value client side, so making it Serializable simplify things downstream

RCasatta commented 1 year ago

close https://github.com/bitcoindevkit/rust-electrum-client/issues/98