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

Hierarchy (view full)

Properties

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

Type declaration

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

Generated using TypeDoc