Function fuel_indexer_database::queries::get_nonce
source · pub async fn get_nonce(conn: &mut IndexerConnection, uid: &str) -> Result<Nonce>
Expand description
Return the specified nonce for a requesting user’s authentication.
pub async fn get_nonce(conn: &mut IndexerConnection, uid: &str) -> Result<Nonce>
Return the specified nonce for a requesting user’s authentication.