Type alias CallParams

CallParams: {
    abi: ethers.ContractInterface;
    contractAddress: Address;
    funcName: string;
    funcParams?: unknown[];
    signer?: Signer;
    walletIndex?: number;
}

Type declaration

  • abi: ethers.ContractInterface
  • contractAddress: Address
  • funcName: string
  • Optional funcParams?: unknown[]
  • Optional signer?: Signer
  • Optional walletIndex?: number

Generated using TypeDoc