Skip to content

Commit

Permalink
near-sdk: delete the metadata module
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Aug 18, 2023
1 parent b6b6f47 commit 2fedf60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
36 changes: 0 additions & 36 deletions near-sdk/src/private/metadata.rs

This file was deleted.

3 changes: 0 additions & 3 deletions near-sdk/src/private/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ pub use near_abi::{
#[cfg(feature = "abi")]
pub use schemars;

mod metadata;
pub use metadata::{Metadata, MethodMetadata};

use crate::IntoStorageKey;
use borsh::BorshSerialize;

Expand Down

0 comments on commit 2fedf60

Please sign in to comment.