solarti-memo 1.0.0

Solarti Program Library Memo
Documentation
1
2
3
4
5
6
7
8
#![deny(missing_docs)]

//! A simple program that accepts a string of encoded characters and verifies that it parses. Currently handles UTF-8.

pub mod processor;

// MI: Solarti Memo v1
solana_sdk::declare_id!("MemojWWmbFiRdUEQtRpMkeeyNB181Mr9uWEzdrgHUnc");