nimiq_rpc
Types
pub type Client =
backend.Fiber
Functions
pub fn client(url: String) -> Subject(Message)
pub fn client_with_auth(
url: String,
username: String,
password: String,
) -> Subject(Message)