v0.4.7-pre.004
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-lib/src/lib.rs
|
||||
// version: 28
|
||||
// version: 29
|
||||
|
||||
//! Consolidated decoder, executor, materializer and shared model library.
|
||||
#![warn(missing_docs)]
|
||||
@@ -364,12 +364,18 @@ pub use self::executor::EX_METAPLEX_TOKEN_METADATA_CREATE_OPERATION;
|
||||
pub use self::executor::EX_METAPLEX_TOKEN_METADATA_DEPRECATED_OPERATION_CODES;
|
||||
/// Stable deprecated Metaplex PuffMetadata operation code.
|
||||
pub use self::executor::EX_METAPLEX_TOKEN_METADATA_PUFF_METADATA_OPERATION;
|
||||
/// Stable deprecated Metaplex SetCollectionSize operation code.
|
||||
pub use self::executor::EX_METAPLEX_TOKEN_METADATA_SET_COLLECTION_SIZE_OPERATION;
|
||||
/// Stable deprecated Metaplex SetTokenStandard operation code.
|
||||
pub use self::executor::EX_METAPLEX_TOKEN_METADATA_SET_TOKEN_STANDARD_OPERATION;
|
||||
/// Current and deprecated Metaplex Token Metadata operations.
|
||||
pub use self::executor::EX_METAPLEX_TOKEN_METADATA_SUPPORTED_OPERATION_CODES;
|
||||
/// Stable operation code for the current Metaplex Unverify wrapper.
|
||||
pub use self::executor::EX_METAPLEX_TOKEN_METADATA_UNVERIFY_OPERATION;
|
||||
/// Stable operation code for the current Metaplex Update wrapper.
|
||||
pub use self::executor::EX_METAPLEX_TOKEN_METADATA_UPDATE_OPERATION;
|
||||
/// Stable operation code for the current Metaplex Verify wrapper.
|
||||
pub use self::executor::EX_METAPLEX_TOKEN_METADATA_VERIFY_OPERATION;
|
||||
/// Exposes the Address Lookup Table close operation code.
|
||||
pub use self::executor::EX_SOLANA_CORE_ADDRESS_LOOKUP_TABLE_CLOSE_OPERATION;
|
||||
/// Exposes the Address Lookup Table create operation code.
|
||||
|
||||
Reference in New Issue
Block a user