Constructor
new Account(accountId, sequence)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
accountId |
string
|
ID of the account (ex.
|
sequence |
string
|
current sequence number of the account |
Classes
Methods
accountId() → {string}
Returns Stellar account ID, ex.
GB3KJPLFUYN5VL6R3GU3EGCGVCKFDSD7BEDX42HWG5BWFKB3KQGJJRMA
.
- Source:
Returns:
- Type:
-
string
incrementSequenceNumber() → {void}
Increments sequence number in this object by one.
- Source:
Returns:
- Type:
-
void
sequenceNumber() → {string}
- Source:
Returns:
- Type:
-
string
sequence number for the account as a string