Description Usage Arguments Value
View source: R/change_account_settings.R
Change an account's settings
| 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)
 | 
| 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  | 
| require_authorization | If this is set to  | 
| require_destination_tag | If this is set to  | 
| password_spent | 
 | 
An object of class "AccountSettings"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.