CryptoApis::BroadcastTransactionFailData

Properties

Name Type Description Notes
product String Represents the Crypto APIs 2.0 product which sends the callback.
event String Defines the specific event, for which a callback subscription is set.
item BroadcastTransactionFailDataItem

Example

require 'crypto_apis'

instance = CryptoApis::BroadcastTransactionFailData.new(
  product: BLOCKCHAIN_TOOLS,
  event: BROADCAST_TRANSACTION_FAIL,
  item: null
)