Invalid abi signature format error

WHEN TO USE:

  • This error will be thrown when the abi signature format is invalid.

Hierarchy (view full)

  • VechainSDKError<{
        signatureFormat: string;
    }>
    • InvalidAbiSignatureFormat

Constructors

Properties

data: {
    signatureFormat: string;
}
errorMessage: string
innerError?: unknown
methodName: string