Skip to content

Commit

Permalink
Remove useless code for nftMetadata (#247)
Browse files Browse the repository at this point in the history
* Remove useless code for nftMetadata

* Export IpCreator, IpMetadata
  • Loading branch information
bonnie57 authored Aug 30, 2024
1 parent 95eeb15 commit 972539a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/core-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export type {
RegisterIpAndAttachPilTermsRequest,
RegisterIpAndAttachPilTermsResponse,
MintAndRegisterIpAndMakeDerivativeRequest,
IpCreator,
IpMetadata,
} from "./types/resources/ipAsset";

export type {
Expand Down
2 changes: 0 additions & 2 deletions packages/core-sdk/src/types/resources/ipAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export type CreateIpAssetWithPilTermsRequest = {
mintingFee?: string | number | bigint;
recipient?: Address;
commercialRevShare?: number;
nftMetadata?: string;
} & IpMetadataAndTxOption;

export type CreateIpAssetWithPilTermsResponse = {
Expand Down Expand Up @@ -110,7 +109,6 @@ export type MintAndRegisterIpAndMakeDerivativeRequest = {
licenseTermsIds: string[] | bigint[] | number[];
licenseTemplate?: Address;
};
nftMetadata?: string;
recipient?: Address;
} & IpMetadataAndTxOption;

Expand Down

0 comments on commit 972539a

Please sign in to comment.