Skip to main content

List Transactions

You can list all the transactions related to an account by calling the Account.transactions() function after you have instantiated the account. Bear in mind that you will need to call the Account.sync() function to get the latest information from the node.

Code Example

The following example will:

  1. Create an account manager.
  2. Get Alice's account which was created in the first guide.
  3. Sync the account to get the latest transactions from the node.
  4. List the transactions using the Account.transactions() function.
Guide Coming Soon

This how to guide is not available in your language of choice at the moment. Please feel free to browse more examples which may suit your requirements.

Expected Output

Guide Coming Soon

This how to guide is not available in your language of choice at the moment. Please feel free to browse more examples which may suit your requirements.