import { V1GenericAllowanceRequest } from "@compass-labs/api-sdk/models/operations";
let value: V1GenericAllowanceRequest = {
contract: "OdosRouter",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
chain |
operations.V1GenericAllowanceChain | ✔️ | N/A | |
user |
string | ➖ | The user to get the ERC20 allowance of. | |
token |
string | ✔️ | The symbol or address of the token for which the allowance is checked. | USDC |
contract |
operations.Contract | ✔️ | The name or address of the contract to check allowance for. |