Struct lnurl::async::AsyncClient
source · pub struct AsyncClient { /* private fields */ }Implementations§
source§impl AsyncClient
impl AsyncClient
sourcepub fn from_builder(builder: Builder) -> Result<Self, Error>
pub fn from_builder(builder: Builder) -> Result<Self, Error>
build an async client from a builder
sourcepub fn from_client(client: Client) -> Self
pub fn from_client(client: Client) -> Self
build an async client from the base url and Client