Skip to content

Commit c65927c

Browse files
committed
fix: regenerate equipped polkadot js types
1 parent 37cd10a commit c65927c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/interfaces/rmrk/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ export interface RmrkTraitsNftNftInfo extends Struct {
15611561
readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
15621562
readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
15631563
readonly metadata: Bytes;
1564-
readonly equipped: bool;
1564+
readonly equipped: Option<ITuple<[u32, u32]>>;
15651565
readonly pending: bool;
15661566
readonly transferable: bool;
15671567
}

0 commit comments

Comments
 (0)