getData_Account: Get an overview of account data on the Stellar ledger.

Description Usage Arguments Value Note Examples

Description

Every account can have an extra data associated with it, such as multiple keys or user-ids. Use this comand to return key value pairs for a specific account. Converts the JSON response to a list.

Usage

1
getData_Account(public_key, key, data.table = TRUE)

Arguments

public_key

character - (required) your Stellar account/wallet address.

key

character - (required) a user id

data.table

boolean - if TRUE, a data.table is returned. If FALSE or NULL, a list is returned.

Value

data.table (by default) or list

Note

https://www.stellar.org/developers/horizon/reference/endpoints/data-for-account.html

Examples

1
getData_Account(public_key = "Gsomekey", key = "user-id")

froocpu/stellaR documentation built on May 17, 2019, 7:05 p.m.