CryptoApis::ListTransactionsByBlockHeightRIBSZScriptSig

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::ListTransactionsByBlockHeightRIBSZScriptSig.new(
  asm: OP_HASH160 ef775f1f997f122a062fff1a2d7443abd1f9c642 OP_EQUAL,
  hex: a914ef775f1f997f122a062fff1a2d7443abd1f9c64287,
  type: pubkeyhash
)