get_account_balances: Account Balances

Description Usage Arguments Details Value Examples

View source: R/get_account_balances.R

Description

Retrieve the current balances for the given Ripple account.

Usage

1
get_account_balances(address, currency, counterparty)

Arguments

address

The Ripple address of the desired account

currency

Three letter currency denominations

counterparty

The Ripple address of the counterparty trusted

Details

The parameters currency and counterparty are supported to provide additional filtering.

Value

An object of class "Balance"

Examples

1
2
3
4
root_account <- RippleAddress("rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh")
## Not run: 
get_account_balances(root_account)
## End(Not run)

hmalmedal/ripplerestr documentation built on May 17, 2019, 4:34 p.m.