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 37cd10a commit c65927cCopy full SHA for c65927c
tests/src/interfaces/rmrk/types.ts
@@ -1561,7 +1561,7 @@ export interface RmrkTraitsNftNftInfo extends Struct {
1561
readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
1562
readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
1563
readonly metadata: Bytes;
1564
- readonly equipped: bool;
+ readonly equipped: Option<ITuple<[u32, u32]>>;
1565
readonly pending: bool;
1566
readonly transferable: bool;
1567
}
0 commit comments