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

Hierarchy (view full)

Properties

Properties

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

Type declaration

  • Optional from?: string

Generated using TypeDoc