powered by
An R6 class representing an Account on the Stellar network. It is initialized from the getAccountDetail() function.
Account
An object of class R6ClassGenerator of length 24.
R6ClassGenerator
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.
# NOT RUN { binance <- Account$new("GCO2IP3MJNUOKS4PUDI4C7LGGMQDJGXG3COYX3WSB4HHNAHKYV5YL3VC") binance$effects() # }
Run the code above in your browser using DataLab