Not delegated transaction error.

WHEN TO USE:

  • Error will be thrown when the transaction is not delegated.

Hierarchy (view full)

  • VechainSDKError<undefined | {
        gasPayerUrl: string;
    }>
    • NotDelegatedTransaction

Constructors

Properties

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