UNPKG
@hyperlane-xyz/starknet-core
Version:
hyper (16.3.0-hyper.0)
latest (19.6.0)
m0bridgetest (18.3.1-m0bridgetest.2)
starknet (13.0.0-starknet.0)
19.6.0
19.5.0
19.4.0
19.3.0
19.2.0
19.1.1
19.1.0
19.0.0
19.0.0-m0bridgetest.0
18.3.1-m0bridgetest.2
18.3.1-m0bridgetest.1
18.3.0
18.2.0
18.1.0
18.0.0
17.0.0
16.3.0-hyper.0
16.2.0
16.1.1
16.1.0
16.0.0
15.0.0
14.4.0
14.3.0
14.2.0
14.1.0
14.0.0
13.4.0
13.3.0
13.2.1
13.2.0
13.1.1
13.1.0
13.0.0
13.0.0-starknet.1
13.0.0-starknet.0
Core cairo contracts for Hyperlane
www.hyperlane.xyz
hyperlane-xyz/hyperlane-monorepo
@hyperlane-xyz/starknet-core
/
dist
/
errors.d.ts
6 lines
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
ContractError
extends
Error
{
readonly
code
:
string
;
readonly
details
?:
unknown
;
constructor
(
code
:
string
,
details
?:
unknown
); }
//# sourceMappingURL=errors.d.ts.map