pub const VM_TX_MEMORY: usize = Bytes32::LEN // Tx ID
            + WORD_SIZE // Tx size
            + MAX_INPUTS as usize * (
                Color::LEN + WORD_SIZE
                ); // 0x0000_0168usize
Expand description

Transaction offset in the VM memory