Invalid ABI item error

WHEN TO USE:

  • This error will be thrown when the ABI item is invalid.

Hierarchy (view full)

  • VechainSDKError<{
        type: "function" | "event";
        value: unknown;
    }>
    • InvalidAbiItem

Constructors

Properties

data: {
    type: "function" | "event";
    value: unknown;
}
errorMessage: string
innerError?: unknown
methodName: string