CryptoApis::GetZilliqaTransactionDetailsByTransactionIDRIRecipients

Properties

Name Type Description Notes
address String Represents the hash of the address that receives the funds.
amount String Defines the amount of the received funds as a string.

Example

require 'crypto_apis'

instance = CryptoApis::GetZilliqaTransactionDetailsByTransactionIDRIRecipients.new(
  address: zil1v25at4s3eh9w34uqqhe3vdvfsvcwq6un3fupc2,
  amount: 0
)