Expose RpcClient and RestClient interfaces as pub
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 4 Mar 2021 01:32:39 +0000 (17:32 -0800)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 4 Mar 2021 01:32:39 +0000 (17:32 -0800)
commitf48e273560293bd2e0b9a02b4798bbf4e506b824
tree56b97fa0f9d25c4aefb05e66705eefa4c15f4ff0
parent4894d52d30399c21b7994952a8de0d1d7848c58d
Expose RpcClient and RestClient interfaces as pub

Useful for use outside of the BlockSource context, e.g., when
implementing fee estimation or transaction broadcasting.
lightning-block-sync/src/http.rs
lightning-block-sync/src/rest.rs
lightning-block-sync/src/rpc.rs