Update interface for CollectionInfo

This commit is contained in:
Serkan Reis 2024-04-08 09:18:22 +03:00
parent 0fc60f6c05
commit cc58de90a4

View File

@ -25,6 +25,7 @@ export interface CollectionInfo {
external_link?: string
explicit_content?: boolean
royalty_info?: RoyaltyInfo | undefined
creator?: string
}
export interface SG721Instance {