Account: Account object.

Description Usage Format Fields Note Examples

Description

An R6 class representing an Account on the Stellar network. It is initialized from the getAccountDetail() function.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Fields

pk

- character representing the public key of the account.

sequence

- the current transaction sequence number of the account.

balances

- a list of balances, including the native XLM and any other assets the account holds.

signers

- get information about the signers who authorize activity on the account.

data

- get any data key-value pairs (not secret keys) that have been assigned to the account.

response

- list containing the raw JSON response.

Note

https://www.stellar.org/developers/guides/concepts/accounts.html

Examples

1
2
binance <- Account$new("GCO2IP3MJNUOKS4PUDI4C7LGGMQDJGXG3COYX3WSB4HHNAHKYV5YL3VC")
binance$effects()

xlm documentation built on Oct. 23, 2018, 1:04 a.m.

Related to Account in xlm...