UNPKG
@oyl/sdk
Version:
latest (1.17.0)
1.17.0
1.16.0
1.15.0
1.14.2
1.14.1
1.14.0
1.13.0
1.12.4
Oyl SDK
github.com/oyl-wallet/oyl-sdk
oyl-wallet/oyl-sdk
@oyl/sdk
/
lib
/
errors
/
OylTransactionError.d.ts
5 lines
(4 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
OylTransactionError
extends
Error
{
successTxIds
:
string
[];
constructor
(
error
:
Error
,
successTxIds
?:
string
[]
); }