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 d3fe1c4 commit 72fb251Copy full SHA for 72fb251
web3swift/PrecompiledContracts/ERC721/Web3+ERC721.swift
@@ -11,7 +11,7 @@ import EthereumAddress
11
12
// This namespace contains functions to work with ERC721 tokens.
13
// can be imperatively read and saved
14
-public class ERC721: IERC165 {
+public class ERC721 {
15
16
@available(*, deprecated, renamed: "transactionOptions")
17
public var options: Web3Options = .init()
@@ -178,6 +178,10 @@ public class ERC721: IERC165 {
178
return tx
179
}
180
181
+}
182
+
183
+extension ERC721: IERC165 {
184
185
public func supportsInterface(interfaceID: [UInt8]) throws -> Bool {
186
let contract = self.contract
187
var transactionOptions = TransactionOptions()
0 commit comments