farcaster-rs 1.0.1

A rust crate to interface & interact with the Farcaster.xyz contracts & APIs
Documentation
1
2
3
4
5
//! Contains internal functions used by the Account struct and functions above

pub mod generate_bearer;
pub mod get_session_token;
pub mod revoke_session_token;