Describe the enhancement
Right now we use custom RPC return types, which give us some power to make floresta flavored rpcs but often we need to be fixing compatibility issues or reimplementing Bitcoin Core response json scheme, thats already implemented in corepc-types
Use case
were bald to know why RPC should be compatible with Bitcoin Core.
Additional context
Rust type system can avoid a lot of boilerplate, corepc may help us to extract more of it.
corepc-types is maintained by rust-bitcoin so we dont need to
Describe the enhancement
Right now we use custom RPC return types, which give us some power to make floresta flavored rpcs but often we need to be fixing compatibility issues or reimplementing Bitcoin Core response json scheme, thats already implemented in corepc-types
Use case
were bald to know why RPC should be compatible with Bitcoin Core.
Additional context
Rust type system can avoid a lot of boilerplate, corepc may help us to extract more of it.
corepc-typesis maintained by rust-bitcoin so we dont need to