CryptoApis::ListXRPRippleTransactionsByAddressRIOffer

Properties

Name Type Description Notes
amount String Defines the amount of the offer.
unit String Defines the unit of the offer.

Example

require 'crypto_apis'

instance = CryptoApis::ListXRPRippleTransactionsByAddressRIOffer.new(
  amount: 5.256,
  unit: XRP
)