CryptoApis::ListTransactionsByBlockHashRIBSLScriptSig

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 Represents the hex of the public key of the address.
type String Represents the script type of the reference transaction identifier.

Example

require 'crypto_apis'

instance = CryptoApis::ListTransactionsByBlockHashRIBSLScriptSig.new(
  asm: null,
  hex: null,
  type: scripthash
)