pub async fn get_allowance(
configuration: &Configuration,
account: &str,
authorization: &str,
chain_id: &str,
address: &str,
owner: &str,
spender: &str,
) -> Result<Erc20ApiResponseString, Error<GetAllowanceError>>pub async fn get_allowance(
configuration: &Configuration,
account: &str,
authorization: &str,
chain_id: &str,
address: &str,
owner: &str,
spender: &str,
) -> Result<Erc20ApiResponseString, Error<GetAllowanceError>>