set_account_trustline: Granting a Trustline

Description Usage Arguments Value

View source: R/set_account_trustline.R

Description

A trustline can also updated and simply set with a currency, amount, counterparty combination by submitting to this endpoint.

Usage

1
2
set_account_trustline(address, secret, amount, allows_rippling = NA, limit,
  currency, counterparty)

Arguments

address

The Ripple address of the desired account

secret

The secret key for your Ripple account.

amount

Object of class "Amount". The limit, currency and counterparty for the trustline.

allows_rippling

TRUE or FALSE. Allow rippling or not for the trustline.

limit

A number indicating the maximum you are willing to trust. Ignored if amount is provided.

currency

Three letter currency denomination. Ignored if amount is provided.

counterparty

Ripple address of the counterparty trusted. Ignored if amount is provided.

Value

An object of class "Trustline"


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