UNPKG

@cryptovoxels/marketplace-js

Version:

A simple JS sdk to interact with Voxels' marketplace

5 lines (4 loc) 278 B
import { ethers } from "ethers"; import { address } from "./types"; export declare const generateListingId: (sellerAddress: address, contractAddress: address, tokenId: string) => string; export declare const getAddressFromSigner: (signer: ethers.Signer) => Promise<string>;