You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Features not supported:
28
28
Constructors:
29
29
30
30
*`generate([icap])` - create an instance based on a new random key (setting `icap` to true will generate an address suitable for the `ICAP Direct mode`)
31
+
*`generateVanityAddress(pattern)` - create an instance where the address is valid against the supplied pattern (**this will be very slow**)
31
32
*`fromPrivateKey(input)` - create an instance based on a raw private key
32
33
*`fromExtendedPrivateKey(input)` - create an instance based on a BIP32 extended private key (xprv)
33
34
*`fromPublicKey(input, [nonStrict])` - create an instance based on a public key (certain methods will not be available)
0 commit comments