The accounts statuses (Frozen / Whitelisted)
The accounts statuses (Frozen / Whitelisted)
The address of the account
The balance of the account in reason
The balance of the account in reason
Return the balance of the account in Logos
The controllers of the token
The controllers of the token
The decimals of the token
The fee rate of the token
The fee rate of the token
The issuer info of the token
The issuer info of the token
The label of the account
The label of the account
The name of the token
The name of the token
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
The symbol of the token
The symbol of the token
If the account has been synced with the RPC
If the account has been synced with the RPC
The balance of the token in the minor token unit
The balance of the token in the minor token unit
The total supply of the token in the minor token unit
The total supply of the token in the minor token unit
The public key of the token account
The total supply of the token in minor token
The total supply of the token in minor token
The type of the account (LogosAccount or TokenAccount)
Account version of webwallet SDK
Validates if the account has enough token funds to complete the transaction
Address of the controller you are checking
Amount you are checking for
Adds a request to the appropriate chain
Request information from the RPC or MQTT
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
Validates if the token account contains the controller and the controller has the specified privilege
Address of the controller you are checking
Privilege you are checking for
Returns the status of the given address for this token
The address of the account
status of the account { whitelisted and frozen }
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
Validates if the token has the setting
Token setting you are checking
Validates if the token account contains the controller
Address of the logos account you are checking if they are a controller
Checks if the account is synced
Confirms the request in the local chain
The request from MQTT
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
Scans the account history using RPC and updates the local chains
Returns the token account JSON
JSON request
Returns the status of the given address for this token
The adjust_user_status request
status of the account { whitelisted and frozen }
Updates the token account by comparing the RPC token account info with the changes in a new request Also updates the pending balance based on the new balance and the pending chain
request that is being calculated on
Validates if the account is a valid destination to send token funds to
Address of the controller you are checking
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
TokenAccount contain the keys, chains, and balances.