Lux.Web3.Contracts.AgenticCompany.Errors.UsdcTransferFailed (Lux v0.5.0)

View Source

Error struct for error UsdcTransferFailed

Summary

Types

t()

@type t() :: %Lux.Web3.Contracts.AgenticCompany.Errors.UsdcTransferFailed{
  amount: non_neg_integer(),
  from: Ethers.Types.t_address(),
  to: Ethers.Types.t_address()
}