spl-noop 1.0.0

Solana Program Library No-op Program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<p align="center">
  <a href="https://solana.com">
    <img alt="Solana" src="https://i.imgur.com/IKyzQ6T.png" width="250" />
  </a>
</p>

# SPL Noop Rust SDK

This crate provides a wrapper for invoking `spl-noop`, which does nothing. 
It's primary use is circumventing log truncation when emitting application data by `invoke`-ing `spl-noop` with event data.

`spl-noop` and this crate's implementation are targeted towards supporting [account-compression](https://github.com/solana-labs/solana-program-library/tree/master/account-compression) and may be subject to change.