We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the Rust SDK hardcodes the client as reqwest::blocking::Client::new().
ckb-sdk-rust/src/rpc/mod.rs
Line 45 in 563161a
https://github.com/synapseweb3/forcerelay/blob/07c3463d2200423740366f5f9b0440bdbc17618a/crates/relayer/src/chain/ckb/rpc_client.rs#L72-L81
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the Rust SDK hardcodes the client as reqwest::blocking::Client::new().
ckb-sdk-rust/src/rpc/mod.rs
Line 45 in 563161a
However, sometimes users may need to customize the client, for example:
example :
https://github.com/godwokenrises/godwoken/blob/dbb3c1bf9a4593bae078428d725f7372c2f5401f/crates/rpc-client/src/ckb_client.rs#L12
https://github.com/synapseweb3/forcerelay/blob/07c3463d2200423740366f5f9b0440bdbc17618a/crates/relayer/src/chain/ckb/rpc_client.rs#L72-L81
The text was updated successfully, but these errors were encountered: