pub const VM_TX_MEMORY: usize = Bytes32::LEN // Tx ID
            + WORD_SIZE // Tx size
            + MAX_INPUTS as usize * (
                AssetId::LEN + WORD_SIZE
                ); // 10_240usize
Expand description

Transaction offset in the VM memory