interface ERC20ApproveParams {
    amount: string;
    overrides?: Overrides & {
        from?: string;
    };
    signer: Signer;
    spender: string;
}

Hierarchy (view full)

Properties

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

Type declaration

  • Optional from?: string
signer: Signer
spender: string

Generated using TypeDoc