CryptoApis::ListUnconfirmedTransactionsByAddressRIBSLScriptSig

Properties

Name Type Description Notes
asm String The asm strands for assembly, which is the symbolic representation of the Bitcoin's Script language op-codes.
hex String String array representation of the hex
type String Represents the script type of the reference transaction identifier.

Example

require 'crypto_apis'

instance = CryptoApis::ListUnconfirmedTransactionsByAddressRIBSLScriptSig.new(
  asm: 0 eab6ff0ee1158241737dfa5c78449dc06cf021cc,
  hex: 0014eab6ff0ee1158241737dfa5c78449dc06cf021cc,
  type: scripthash
)