nitro-da-blober 0.1.4

The Nitro DA Blober program used to store hashes of blob data.
Documentation
1
2
3
4
5
6
7
use anchor_lang::prelude::*;

#[error_code]
pub enum ErrorCode {
    #[msg("Chunk already received")]
    DuplicateChunk,
}