Closed sebsadface closed 2 months ago
This PR introduces a new struct Metadata, merging string nftMetadata and struct IPMetadata for improved readability and parameter handling. The following SPG functions have been updated:
struct Metadata
string nftMetadata
struct IPMetadata
mintAndRegisterIpAndMakeDerivativeWithLicenseTokens
mintAndRegisterIpAndMakeDerivative
mintAndRegisterIpAndAttachPILTerms
mintAndRegisterIp
All existing tests pass locally.
This change impacts the IStoryProtocolGateway interface. Existing function calls must be updated accordingly.
IStoryProtocolGateway
Description
This PR introduces a new
struct Metadata
, mergingstring nftMetadata
andstruct IPMetadata
for improved readability and parameter handling. The following SPG functions have been updated:mintAndRegisterIpAndMakeDerivativeWithLicenseTokens
mintAndRegisterIpAndMakeDerivative
mintAndRegisterIpAndAttachPILTerms
mintAndRegisterIp
Test Plan
All existing tests pass locally.
Notes
This change impacts the
IStoryProtocolGateway
interface. Existing function calls must be updated accordingly.