assetmanager 0.1.0

Created with Anchor
Documentation
1
2
3
4
5
6
7
use anchor_lang::prelude::error_code;

#[error_code]
pub enum ErrorCode {
    #[msg("Unauthorized to mints")]
    UnauthorizedMint,
}