change_account_settings: Updating Account Settings

Description Usage Arguments Value

View source: R/change_account_settings.R

Description

Change an account's settings

Usage

1
2
3
change_account_settings(address, secret, transfer_rate, domain, message_key,
  email_hash, disallow_xrp = NA, require_authorization = NA,
  require_destination_tag = NA, password_spent = NA)

Arguments

address

The Ripple address of the desired account.

secret

The secret key for your Ripple account.

transfer_rate

The rate charged each time a holder of currency issued by this account transfers some funds. The default and minimum rate is "1.0"; a rate of "1.01" is a 1% charge on top of the amount being transferred. Up to nine decimal places are supported.

domain

The domain name associated with this account.

message_key

An optional public key, represented as a hex string, that can be used to allow others to send encrypted messages to the account owner.

email_hash

The MD5 128-bit hash of the account owner's email address, if known.

disallow_xrp

If this is set to TRUE, payments in XRP will not be allowed.

require_authorization

If this is set to TRUE, incoming trustlines will only be validated if this account first creates a trustline to the counterparty with the authorized flag set to TRUE. This may be used by gateways to prevent accounts unknown to them from holding currencies they issue.

require_destination_tag

If this is set to TRUE, incoming payments will only be validated if they include a destination_tag value. Note that this is used primarily by gateways that operate exclusively with hosted wallets.

password_spent

TRUE if the password has been "spent", else FALSE.

Value

An object of class "AccountSettings"


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