v0.1.0-pre.009
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-lib/src/lib.rs
|
||||
// version: 10
|
||||
// version: 11
|
||||
|
||||
//! Consolidated decoder, executor, materializer and shared model library.
|
||||
#![warn(missing_docs)]
|
||||
@@ -291,6 +291,8 @@ pub(crate) use crate::decoder::spl_token_payload_tag;
|
||||
pub use crate::decoder::ELGAMAL_REGISTRY_ACCOUNT_LEN;
|
||||
/// Parsed SPL ElGamal public-key registry account.
|
||||
pub use crate::decoder::ElGamalRegistryState;
|
||||
/// Exact decoder for the Metaplex Token Metadata program.
|
||||
pub use crate::decoder::MetadataMetaplexTokenMetadataDecoder;
|
||||
/// Exact decoder for the SPL Associated Token Account program.
|
||||
pub use crate::decoder::SplAssociatedTokenAccountDecoder;
|
||||
/// Exact decoder for the SPL ElGamal registry program.
|
||||
|
||||
Reference in New Issue
Block a user