interface ConnectPoolParams {
    overrides?: Overrides & {
        from?: string;
    };
    pool: string;
    shouldUseCallAgreement?: boolean;
    userData?: string;
}

Hierarchy (view full)

Properties

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

Type declaration

  • Optional from?: string
pool: string
shouldUseCallAgreement?: boolean
userData?: string

Generated using TypeDoc