UNPKG
@hiero-ledger/sdk
Version:
beta (2.79.0-beta.13)
latest (2.79.0)
2.79.0
2.79.0-beta.13
2.79.0-beta.12
2.79.0-beta.11
2.78.0
2.78.0-beta.3
2.78.0-beta.2
2.78.0-beta.1
2.77.0
2.76.0
2.75.0
2.74.0
2.73.2
2.73.1
2.73.1-beta.1
2.72.0
2.71.1
2.71.0
2.71.0-beta.0
2.70.0
Hiero SDK
github.com/hiero-ledger/hiero-sdk-js
hiero-ledger/hiero-sdk-js
@hiero-ledger/sdk
/
lib
/
MaxAttemptsOrTimeoutError.js
3 lines
(2 loc)
•
296 B
JavaScript
View Raw
1
2
3
class
t
extends
Error
{
constructor
(
t,e
){
super
(t),
this
.
nodeAccountId
=e}
toJSON
(
){
return
{
message
:
this
.
message
,
nodeAccountId
:
this
.
nodeAccountId
}}
toString
(
){
return
JSON
.
stringify
(
this
.
toJSON
())}
valueOf
(
){
return
this
.
toJSON
()}}
export
{t
as
default
};
//# sourceMappingURL=MaxAttemptsOrTimeoutError.js.map