Skip to content

Commit 6054194

Browse files
committed
feat(sdk): exports prepareMethod
1 parent 5585def commit 6054194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/exports/contract.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ export {
4040
type PrepareDirectDeployTransactionOptions,
4141
} from "../contract/deployment/deploy-with-abi.js";
4242
export { prepareAutoFactoryDeployTransaction } from "../contract/deployment/deploy-via-autofactory.js";
43+
export { prepareMethod } from "../utils/abi/prepare-method.js";
4344

4445
export { getCompilerMetadata } from "../contract/actions/get-compiler-metadata.js";

0 commit comments

Comments
 (0)