Struct solana_client::http_sender::HttpSender
source · [−]pub struct HttpSender { /* private fields */ }
Implementations
The standard RpcSender
over HTTP.
Create an HTTP RPC sender.
The URL is an HTTP URL, usually for port 8899, as in “http://localhost:8899”. The sender has a default timeout of 30 seconds.
Create an HTTP RPC sender.
The URL is an HTTP URL, usually for port 8899.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for HttpSender
impl Send for HttpSender
impl Sync for HttpSender
impl Unpin for HttpSender
impl !UnwindSafe for HttpSender
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more