The compiled evaluation bytecode.
OptionalevaluationDecodeMode: CompiledCashAssemblyDecodeMode = 'utf8'
The decode mode used to convert bytes to text.
The decoded value as a string suitable for inline replacement.
CashAssemblyVmNumberDecodeError When evaluationDecodeMode is bigint and the bytes are not a VM number.
Decodes compiled CashAssembly evaluation bytes into a string representation.
'evaluationDecodeMode' determines how the evaluation bytes are interpreted and presented. Use
bigintfor numeric values like satoshis,utf8for text labels,hexfor binary data such as hashes, andbooleanto represent boolean values.