ChainId The default chain id (NULS main chain), the chain id affects the generation of the address. View the NULS repo on chainId
Initiates creating a new account and returns the data
A plain text password for encrypting the private key
The default address type, a chain can contain several address types, and the address type is contained in the address. View the NULS repo on addressType.
The default chain id (NULS main chain), the chain id affects the generation of the address. View the NULS repo on chainId.
This will loop around until it finds a matching address
The string to look for in addresses created - The larger the string the harder it is to find
A plain text password for encrypting the private key
Mark this as true
to make the address case sensitive to your input string
The position of where string
should be inside the address - Be aware that start
is very difficult to find
The default address type, a chain can contain several address types, and the address type is contained in the address. View the NULS repo on addressType.
The default chain id (NULS main chain), the chain id affects the generation of the address. View the NULS repo on chainId.
Get the account generated
Imports an account and returns the full account data
A plain text or encrypted private key
A plain text password for encrypting the private key or decrypting the encrypted private key
The default address type, a chain can contain several address types, and the address type is contained in the address. View the NULS repo on addressType.
The default chain id (NULS main chain), the chain id affects the generation of the address. View the NULS repo on chainId.
Reset all account details
Address type The default address type, a chain can contain several address types, and the address type is contained in the address. View the NULS repo on addressType