Interface SuperTokenUpgradeAllowanceQuery

How much does the underlying token have allowance for super token upgrade.

interface SuperTokenUpgradeAllowanceQuery {
    accountAddress: string;
    chainId: number;
    superTokenAddress: string;
}

Hierarchy (view full)

  • BaseQuery<string>
    • SuperTokenUpgradeAllowanceQuery

Properties

accountAddress: string

Account whose allowance to check.

chainId: number

Queried network's chain ID.

superTokenAddress: string

Generated using TypeDoc