Skip to content

Commit

Permalink
fix: regenerate equipped polkadot js types
Browse files Browse the repository at this point in the history
  • Loading branch information
ilionic committed Nov 23, 2022
1 parent 37cd10a commit c65927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/interfaces/rmrk/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ export interface RmrkTraitsNftNftInfo extends Struct {
readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
readonly metadata: Bytes;
readonly equipped: bool;
readonly equipped: Option<ITuple<[u32, u32]>>;
readonly pending: bool;
readonly transferable: bool;
}
Expand Down

0 comments on commit c65927c

Please sign in to comment.