Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove seialize derive
  • Loading branch information
bmacer committed Dec 23, 2021
commit 6335693efd67ea3e672347fcb7e65bf86919e7b7
1 change: 0 additions & 1 deletion pallets/rmrk-core/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub struct ClassInfo<BoundedString, AccountId> {
}

#[derive(Encode, Decode, Eq, Copy, PartialEq, Clone, RuntimeDebug, TypeInfo)]
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
pub struct InstanceInfo<AccountId, BoundedString> {
/// The rootowner of the account, must be an account
pub rootowner: AccountId,
Expand Down