Learn R Programming

xlm (version 0.1.1)

Account: Account object.

Description

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

Usage

Account

Arguments

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.

Examples

Run this code
# NOT RUN {
binance <- Account$new("GCO2IP3MJNUOKS4PUDI4C7LGGMQDJGXG3COYX3WSB4HHNAHKYV5YL3VC")
binance$effects()
# }

Run the code above in your browser using DataLab