pub async fn get_username(
__arg0: State<AppState>,
__arg1: Query<UsernameQuery>,
) -> Result<SonicJson<UsernameResponse>, ApiError>Expand description
Lookup username by wallet or reverse-lookup wallet by username.
pub async fn get_username(
__arg0: State<AppState>,
__arg1: Query<UsernameQuery>,
) -> Result<SonicJson<UsernameResponse>, ApiError>Lookup username by wallet or reverse-lookup wallet by username.