Interface ISuperTokenUpdateFlowOperatorPermissionsParams

interface ISuperTokenUpdateFlowOperatorPermissionsParams {
    flowOperator: string;
    flowRateAllowance: string;
    overrides?: Overrides & {
        from?: string;
    };
    permissions: number;
    shouldUseCallAgreement?: boolean;
    userData?: string;
}

Hierarchy (view full)

Properties

flowOperator: string
flowRateAllowance: string
overrides?: Overrides & {
    from?: string;
}

Type declaration

  • Optional from?: string
permissions: number
shouldUseCallAgreement?: boolean
userData?: string

Generated using TypeDoc