Epok Engine

EPOK RUNTIME

epok::sequence::Op

Enum

Enum

Values 0..8 are the EPSQ v1 wire contract.

Namespace
epok::sequence
Header
sequence_kernel.hpp
Include
#include "sequence_kernel.hpp"
Module
sequence-kernel
Source
runtime/sequence_kernel.hpp:9

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "sequence_kernel.hpp"

auto value = epok::sequence::Op::BankProgram;

Values