Decodes compiled CashAssembly evaluation bytes into a string representation.
'evaluationDecodeMode' determines how the evaluation bytes are interpreted and presented.
Choose based on what the evaluation is expected to produce:
bigint for numeric values like satoshis, utf8 for text labels, hex for binary data such
as hashes, and boolean to represent boolean values.
Decodes compiled CashAssembly evaluation bytes into a string representation.
'evaluationDecodeMode' determines how the evaluation bytes are interpreted and presented. Choose based on what the evaluation is expected to produce:
bigintfor numeric values like satoshis,utf8for text labels,hexfor binary data such as hashes, andbooleanto represent boolean values.