Closed sebsadface closed 2 months ago
This PR merges nftMetadata into struct IPMetadata for better readability and parameter handling. The updated IPMetadata struct is:
nftMetadata
struct IPMetadata
IPMetadata
struct IPMetadata { string ipMetadataURI; bytes32 ipMetadataHash; string nftMetadataURI; bytes32 nftMetadataHash; }
All existing tests pass locally.
This change affects the IStoryProtocolGateway interface. Make sure all function calls are updated accordingly.
IStoryProtocolGateway
Description
This PR merges
nftMetadata
intostruct IPMetadata
for better readability and parameter handling. The updatedIPMetadata
struct is:Key Changes
IPMetadata
struct.Test Plan
All existing tests pass locally.
Notes
This change affects the
IStoryProtocolGateway
interface. Make sure all function calls are updated accordingly.