Skip to main content

xmtp_client_create

Function xmtp_client_create 

Source
pub unsafe extern "C" fn xmtp_client_create(
    opts: *const XmtpFfiClientOptions,
    out: *mut *mut XmtpFfiClient,
) -> i32
Expand description

Create a new XMTP client. Caller must free with xmtp_client_free.