UNPKG
@tetherto/wdk-wallet
Version:
latest (1.0.0-beta.5)
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
A simple package to manage BIP-32 wallets.
github.com/tetherto/wdk-wallet
tetherto/wdk-wallet
@tetherto/wdk-wallet
/
types
/
src
/
errors.d.ts
9 lines
(8 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
class
NotImplementedError
extends
Error
{ /** * Create a new
not
implemented error. * *
@param
{string}
methodName - The
method
'
s
name
. */
constructor
(methodName: string); }