CryptoApis::GetTransactionDetailsByTransactionIDRIRecipients

Properties

Name Type Description Notes
address String The address which receives this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one recipient.
amount String Represents the amount received to this address.

Example

require 'crypto_apis'

instance = CryptoApis::GetTransactionDetailsByTransactionIDRIRecipients.new(
  address: 2MzakdGTEp8SMWEHKwKM4HYv6uNCBXtHpkV,
  amount: 0.000144
)