nimiq_rpc

Types

pub type Client =
  process.Subject(//internal)

Values

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