TypeScript SDK

UpdateTokenURIParams

type UpdateTokenURIParams = WithOverrides<{
newMetadata: NFTInput;
tokenId: bigint;
}>;