rialo-rex-processor-interface 0.4.0-alpha.0

Instructions and constructors for the program processing REX updates from validators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! The REX Processor program interface.

#![doc = include_str!("../README.md")]

pub mod errors;
pub mod event;
pub mod instruction;
pub mod state;

rialo_s_program::declare_id!("Qrac1eProcessor1111111111111111111111111111");