The balance of the account in reason
The balance of the account in reason
Return the balance of the account in Logos
The label of the account
The label of the account
The pending balance of the account in reason
pending balance is balance minus the sends that are pending
The pending balance of the account in reason
pending balance is balance minus the sends that are pending
array of pending requests on the account
These requests have been sent for consensus but we haven't heard back on if they are confirmed yet.
array of pending requests on the account
These requests have been sent for consensus but we haven't heard back on if they are confirmed yet.
Gets the total number of requests on the pending chain
Return the previous request as hash
hash of the previous transaction
The public key of the account
Gets the total number of requests on the receive chain
Gets the total number of requests on the send chain
Return the sequence value
sequence of for the next transaction
If the account has been synced with the RPC
If the account has been synced with the RPC
Account version of webwallet SDK
Adds the request to the Receive chain if it doesn't already exist
Request Object
Adds the request to the Send chain if it doesn't already exist
Request Object
Broadcasts the first pending request
Finds the request object of the specified request hash in the confirmed chain
The hash of the request we are looking for
false if no request object of the specified hash was found
Finds the request object of the specified request hash in the pending chain
The hash of the request we are looking for
false if no request object of the specified hash was found
Gets the requests up to a certain hash from the pending chain
Hash of the request you wish to stop retrieving requests at
all the requests up to and including the specified request
Gets the requests up to a certain hash from the receive chain
Hash of the request you wish to stop retrieving requests at
all the requests up to and including the specified request
Finds the request object of the specified request hash in the recieve chain
The hash of the request we are looking for
false if no request object of the specified hash was found
Finds the request object of the specified request hash
The hash of the request we are looking for
null if no request object of the specified hash was found
Gets the requests up to a certain hash from the send chain
Hash of the request you wish to stop retrieving requests at
all the requests up to and including the specified request
Retreives pending requests from the send chain
Number of requests you wish to retrieve
Number of requests back from the frontier tip you wish to start at
all the requests
Retreives requests from the receive chain
Number of requests you wish to retrieve
Number of requests back from the frontier tip you wish to start at
all the requests
Retreives requests from the send chain
Number of requests you wish to retrieve
Number of requests back from the frontier tip you wish to start at
all the requests
Called when a request is confirmed to remove it from the pending request pool
The hash of the request we are confirming
true or false if the pending request was found and removed
Removes all pending requests from the pending chain
Returns the base account JSON
JSON request
Validates that the account has enough funds at the current time to publish the request
Request information from the RPC or MQTT
Verify the integrity of the send & pending chains
Verify the integrity of the receive chain
Generated using TypeDoc
The address of the account
{string}