You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storage key for non-fungible token is unsafe, this may be conflict with user's custom storage key if user define the same first storage key variant.
e.g.
#[derive(BorshSerialize,BorshStorageKey)]enumStorageKey{MyKey{account_hash:Vec<u8>},// other variants}
Storage key for non-fungible token is unsafe, this may be conflict with user's custom storage key if user define the same first storage key variant.
e.g.
https://github.com/near/near-sdk-rs/blob/master/near-contract-standards/src/non_fungible_token/core/core_impl.rs#L54:L58
The text was updated successfully, but these errors were encountered: