Resource Interface Resolver
_10pub resource interface Resolver {_10}
Provides access to a set of metadata views. A struct or resource (e.g. an NFT) can implement this interface to provide access to the views that it supports.
Functions​
getViews()
​
_10fun getViews(): [Type]
resolveView()
​
_10fun resolveView(_: Type): AnyStruct?