UNPKG

@asset-projects/ethers-wrapper

Version:
18 lines (17 loc) 710 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERC721 = void 0; const methods_1 = require("./methods"); exports.ERC721 = { getName: methods_1.getERC721Name, getSymbol: methods_1.getERC721Symbol, getTotalSupply: methods_1.getERC721TotalSupply, getBalanceOf: methods_1.getERC721BalanceOf, getOwnerOf: methods_1.getERC721OwnerOf, getTokenURI: methods_1.getERC721TokenURI, transferFrom: methods_1.erc721TransferFrom, approve: methods_1.erc721Approve, getApproved: methods_1.getERC721Approved, callStaticTransferFrom: methods_1.erc721CallStaticTransferFrom, getTransferFromEstimateGas: methods_1.getERC721TransferFromEstimateGas, };