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 480fb4e commit d1b7df0Copy full SHA for d1b7df0
packages/thirdweb/src/utils/bytecode/detectExtension.ts
@@ -15,8 +15,8 @@ type DetectExtensionOptions = {
15
* ```ts
16
* import { detectMethod } from "thirdweb/utils/extensions/detect.js";
17
* const hasDecimals = await detectMethod({
18
- * contract,
19
* method: "function decimals() view returns (uint8)",
+ * availableSelectors: ["0x313ce567"],
20
* });
21
* ```
22
* @contract
0 commit comments