EthCall: {
    data?: ethers.BytesLike;
    from?: string;
    gasPrice?: BigNumberish;
    to?: string;
    value?: BigNumberish;
} & Partial<RequireExactlyOne<{
    gas: number | string;
    gasLimit: BigNumberish;
}>>

Type declaration

  • Optional data?: ethers.BytesLike
  • Optional from?: string

    0x-prefixed hex-encoded address.

  • Optional gasPrice?: BigNumberish
  • Optional to?: string

    Optional 0x-prefixed hex-encoded address.

  • Optional value?: BigNumberish

Generated using TypeDoc