Skip to content

Commit

Permalink
export 1155/getNFT
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges committed Feb 23, 2024
1 parent 5889eb3 commit 7b9b9ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/thirdweb/src/exports/extensions/erc1155.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ export {
balanceOfBatch,
type BalanceOfBatchParams,
} from "../../extensions/erc1155/read/balanceOfBatch.js";
export {
getNFT,
type GetNFTParams,
} from "../../extensions/erc1155/read/getNFT.js";
export {
getNFTs,
type GetNFTsParams,
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/src/extensions/erc1155/read/getNFT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { totalSupply } from "./totalSupply.js";
/**
* Parameters for getting an NFT.
*/
type GetNFTParams = TokenUriParams;
export type GetNFTParams = TokenUriParams;

/**
* Retrieves information about a specific ERC1155 non-fungible token (NFT).
Expand Down

0 comments on commit 7b9b9ef

Please sign in to comment.