Skip to main content

Struct FTDisplay


_14
struct FTDisplay {
_14
_14
name: String
_14
_14
symbol: String
_14
_14
description: String
_14
_14
externalURL: MetadataViews.ExternalURL
_14
_14
logos: MetadataViews.Medias
_14
_14
socials: {String: MetadataViews.ExternalURL}
_14
}

View to expose the information needed to showcase this FT. This can be used by applications to give an overview and graphics of the FT.

Initializer​


_10
func init(name String, symbol String, description String, externalURL MetadataViews.ExternalURL, logos MetadataViews.Medias, socials {String: MetadataViews.ExternalURL})