interface ISuperTokenUpdateIndexValueParams {
    indexId: string;
    indexValue: string;
    overrides?: Overrides & {
        from?: string;
    };
    userData?: string;
}

Hierarchy (view full)

Properties

indexId: string
indexValue: string
overrides?: Overrides & {
    from?: string;
}

Type declaration

  • Optional from?: string
userData?: string

Generated using TypeDoc