CryptoApis::ListConfirmedTransactionsByAddressRIBSEGasPrice

Properties

Name Type Description Notes
amount String Represents the price offered to the miner to purchase this amount of gas
unit String Defines the unit of the gas price amount, e.g. BTC, ETH, XRP.

Example

require 'crypto_apis'

instance = CryptoApis::ListConfirmedTransactionsByAddressRIBSEGasPrice.new(
  amount: 2994782927,
  unit: WEI
)