CryptoApis::GetXRPRippleTransactionDetailsByTransactionIDRIRecipients

Properties

Name Type Description Notes
address String Represents the hash of the address that receives the funds.
amount String Defines the amount of the received funds as a string.

Example

require 'crypto_apis'

instance = CryptoApis::GetXRPRippleTransactionDetailsByTransactionIDRIRecipients.new(
  address: rNUY3X3HovAXuTesTbMh8PAX6CM5V2RzMY,
  amount: 0.00001
)