MakeContractCallOptions: {
    abi: AbiItem;
    contractAddress: string;
    method: string;
}

Type declaration

  • abi: AbiItem

    The contract ABI.

  • contractAddress: string

    The contract address.

  • method: string

    The method to be called.

Generated using TypeDoc