new Account(accountId, sequence)
Create a new Account object.
Account represents a single account in Stellar network and it's sequence number.
Account tracks the sequence number as it is used by TransactionBuilder.
See Accounts for more information about how
accounts work in Stellar.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
accountId |
string
|
ID of the account (ex. |
sequence |
string
|
current sequence number of the account |