polyester-sdk 0.1.0-alpha.28

Official Rust SDK for Polyester APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0624]: method `connect_client` is private
  --> tests/ui/no_unsigned_thin_connect_client.rs:12:33
   |
12 |       let _ = client.guard_signer.connect_client();
   |                                   ^^^^^^^^^^^^^^ private method
   |
  ::: src/services/thin.rs
   |
   | / thin_service!(
   | |     GuardSignerService,
   | |     crate::connect::chain::guard::v1::GuardSignerServiceClient<crate::transport::SharedTransport>
   | | );
   | |_- private method defined here