The N-d bits to convert
The bit stride to use
Converts the provided 1-d bits into N-d bits
The bit stride to use
Converts the provided bits into a number
The bits to convert
An optional bit stride
Converts the provided bytes into their bit equivalent
The bytes to convert
Converts the provided bytes into their hexadecimal equivalent
The bytes to convert
Clamps the provided number between the given min/max range
The number to clamp
The minimum clamp bound
The maximum clamp bound
Converts the provided decimal value into the hexadecimal equivalent
The decimal value to convert
The byte stride of the provided value
Decodes the provided base64 encoded wasm stub
The base64 wasm stub
Decrypts the provided encrypted hash with the given password
The hash to decrypt
The password to decrypt the hash with
An optional initialization vector to decrypt with
Encrypts the provided hash with the given password
The hash to encrypt
The password to encrypt the hash with
An optional initialization vector to encrypt with
Converts the provided entropy into an equivalent mnemonic
The entropy to convert
Manually send a RPC request
The request data to send
Generates proof of work for the provided hash
The hash to generate work for
Optional proof of work mode to use
Returns a QR code representation of the provided text
The text to generate the QR code for
Optional type number
Returns the API URL of the used node
Returns the relative address of the public key
The public key to derive the address from
Returns the balance of the provided account
The public key of the account to query for
Returns the history of the provided account
The public key of the account to query for
Optional limit of history items to query
Optionally query history items in reverse order
Optional block head to start querying at
Returns the info of the provided account
The public key of the account to query for
Returns the pending blocks of the provided account
The public key of the account to query for
Optional limit of pending blocks to query
Optional minimum threshold of the pending blocks to query
Returns the representative of the provided account
The public key of the account to query for
Converts the provided raw amount into amount
The raw amount to convert
Returns the private key of the provided seed
The seed to derive from
The seed index
Returns the used proof of work difficulty
Returns the used proof of work mode
Returns the public key of the provided input
The private key or address to derive from
Converts the provided amount into raw amount
The amount to convert
Calculates work on the CPU for the provided hash
The hash to calculate work for
The difficulty of the work to calculate
Calculates work on the GPU for the provided hash
The hash to calculate work for
The difficulty of the work to calculate
Optional canvas dimension
Calculates work on the NODE for the provided hash
The hash to calculate work for
Converts the provided hex into the equivalent bytes
The hex to convert
Indicates if the provided seed is valid
The seed to check
Indicates if the provided hash and work bytes are valid
The hash to validate
The work to validate
The minimum value of the work
Converts the provided mnemonic into it's equivalent entropy
The mnemonic to convert
Converts the provided number into it's bit equivalent
The number to convert
An optional bit stride
Open an account that is currently unopened
The private key of the account
The representative to link to the account
The pending hash to open with
The pending amount to open with
Receive a pending deposit for the given account
The private key of the account
The representative to link to the account
The pending hash to receive
The pending amount to receive
Send amount to the given the account
The private key of the sender account
The public key of the receiver account
The public key of the representative account to use
The amount to send
Sets the API URL of the node to perform requests with
Sets the provided proof of work difficulty
The proof of work difficulty to use
Sets the provided proof of work mode
The proof of work mode to use
Generated using TypeDoc
Converts the provided N-d bits into 1-d bits