@timicool/opensea-js
Version:
JavaScript SDK for the OpenSea marketplace. Let users buy or sell crypto collectibles and other cryptogoods, all on your own site!
30 lines • 833 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.proxyAssertABI = exports.proxyABI = void 0;
exports.proxyABI = {
constant: false,
inputs: [
{ name: "dest", type: "address" },
{ name: "howToCall", type: "uint8" },
{ name: "calldata", type: "bytes" },
],
name: "proxy",
outputs: [{ name: "success", type: "bool" }],
payable: false,
stateMutability: "nonpayable",
type: "function",
};
exports.proxyAssertABI = {
constant: false,
inputs: [
{ name: "dest", type: "address" },
{ name: "howToCall", type: "uint8" },
{ name: "calldata", type: "bytes" },
],
name: "proxyAssert",
outputs: [],
payable: false,
stateMutability: "nonpayable",
type: "function",
};
//# sourceMappingURL=Proxy.js.map