Skip to content

Commit d4430d4

Browse files
committed
[SDK] Feature: Export prepareMethod (#5439)
CNCT-2381 <!-- start pr-codex --> --- ## PR-Codex overview This PR adds a new export to the `contract.ts` file, enhancing the available utilities for contract interactions. ### Detailed summary - Added export for `prepareMethod` from `../utils/abi/prepare-method.js`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent ed58c4c commit d4430d4

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)