View Source Ethers.Contracts.CcipRead.Errors.OffchainLookup (Ethers v0.6.3)

Error struct for error OffchainLookup

Summary

Types

t()

@type t() :: %Ethers.Contracts.CcipRead.Errors.OffchainLookup{
  call_data: binary(),
  callback_function: <<_::32>>,
  extra_data: binary(),
  sender: Ethers.Types.t_address(),
  urls: [String.t()]
}