CryptoApis::GetTransactionDetailsByTransactionIDFromCallbackRIFee

Properties

Name Type Description Notes
amount String When isConfirmed is True - Defines the amount of the transaction fee When isConfirmed is False - For ETH-based blockchains this attribute represents the max fee value.
unit String Defines the unit of the fee.

Example

require 'crypto_apis'

instance = CryptoApis::GetTransactionDetailsByTransactionIDFromCallbackRIFee.new(
  amount: 0.00000300,
  unit: BTC
)