interface ERC20TransferFromParams {
    amount: string;
    from: string;
    overrides?: Overrides & {
        from?: string;
    };
    signer: Signer;
    to: string;
}

Hierarchy (view full)

Properties

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

Type declaration

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

Generated using TypeDoc