Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.9 KB

File metadata and controls

20 lines (15 loc) · 2.9 KB

V1GenericAllowanceRequest

Example Usage

import { V1GenericAllowanceRequest } from "@compass-labs/api-sdk/models/operations";

let value: V1GenericAllowanceRequest = {
  contract: "OdosRouter",
};

Fields

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.