We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b089dd0 commit 79899a5Copy full SHA for 79899a5
contracts/MetadataViews.cdc
@@ -18,7 +18,7 @@ access(all) contract MetadataViews {
18
/// and view type. Borrows the contract as &{ViewResolver} and
19
/// then calls resolveContractView for the specified type and view.
20
///
21
- /// @param resourceType: An optional resource type to return views for
+ /// @param resourceTypeIdentifier: The type identifier of the resource
22
/// @param viewType: The Type of the desired view.
23
/// @return A structure representing the requested view. If anything failed, returns nil
24
0 commit comments