interface IGetAccountFlowInfoParams {
    account: string;
    providerOrSigner: ProviderOrSigner;
    superToken: string;
}

Properties

account: string
providerOrSigner: ProviderOrSigner
superToken: string

Generated using TypeDoc