nimiq_rpc

Types

pub type Client =
  process.Subject(@internal Message)

Values

pub fn client(url: String) -> process.Subject(@internal Message)
pub fn client_with_auth(
  url: String,
  username: String,
  password: String,
) -> process.Subject(@internal Message)
Search Document