CryptoApis::ListOmniTransactionsByBlockHashRIFee

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::ListOmniTransactionsByBlockHashRIFee.new(
  amount: 0.0012,
  unit: BTC
)