Cannot find transaction error.

WHEN TO USE:

  • Error will be thrown when the transaction is not into the blockchain.

Hierarchy (view full)

  • VechainSDKError<{
        networkUrl?: string;
        transactionHash?: string;
    }>
    • CannotFindTransaction

Constructors

Properties

data: {
    networkUrl?: string;
    transactionHash?: string;
}
errorMessage: string
innerError?: unknown
methodName: string