interface IsPoolParams {
    account: string;
    providerOrSigner: Signer | Provider;
    token: string;
}

Hierarchy (view full)

Properties

account: string
providerOrSigner: Signer | Provider
token: string

Generated using TypeDoc