CryptoApis::ListUnconfirmedOmniTransactionsByAddressRIFee

Properties

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

Example

require 'crypto_apis'

instance = CryptoApis::ListUnconfirmedOmniTransactionsByAddressRIFee.new(
  amount: 0.0001,
  unit: BTC
)