CryptoApis::InvalidTransactionHex

Properties

Name Type Description Notes
code String Specifies an error code, e.g. error 404.
message String Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
details Array<BannedIpAddressDetails> [optional]

Example

require 'crypto_apis'

instance = CryptoApis::InvalidTransactionHex.new(
  code: invalid_transaction_hex,
  message: The transaction Hex is invalid!,
  details: null
)