We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9760209 commit 6335693Copy full SHA for 6335693
pallets/rmrk-core/src/types.rs
@@ -18,7 +18,6 @@ pub struct ClassInfo<BoundedString, AccountId> {
18
}
19
20
#[derive(Encode, Decode, Eq, Copy, PartialEq, Clone, RuntimeDebug, TypeInfo)]
21
-#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
22
pub struct InstanceInfo<AccountId, BoundedString> {
23
/// The rootowner of the account, must be an account
24
pub rootowner: AccountId,
0 commit comments