Skip to content

Commit

Permalink
Merge branch 'master' into env/logsignature
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell authored Jul 15, 2021
2 parents 80c8f08 + c947463 commit 8473783
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions near-sdk/src/json_types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ mod integers;
mod public_key;
mod vector;

use crate::types::AccountId;

#[deprecated(
since = "4.0.0",
note = "ValidAccountId is no longer maintained, and AccountId should be used instead"
)]
pub type ValidAccountId = AccountId;

pub use hash::Base58CryptoHash;
pub use integers::{I128, I64, U128, U64};
pub use public_key::{Base58PublicKey, CurveType};
Expand Down

0 comments on commit 8473783

Please sign in to comment.