Skip to main content

account_info

Function account_info 

Source
pub async fn account_info(
    __arg0: Query<AccountInfoParam>,
    __arg1: State<Arc<AppState>>,
    __arg2: Extension<JWTAuthMiddleware>,
) -> Result<impl IntoResponse, StatusCode>