ufomarketplace-sdk
Version:
SDK to interact with set ufo marketplace contracts
34 lines • 1.01 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.VRFConsumerBase__factory = void 0;
const ethers_1 = require("ethers");
class VRFConsumerBase__factory {
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.VRFConsumerBase__factory = VRFConsumerBase__factory;
const _abi = [
{
inputs: [
{
internalType: "bytes32",
name: "requestId",
type: "bytes32",
},
{
internalType: "uint256",
name: "randomness",
type: "uint256",
},
],
name: "rawFulfillRandomness",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
//# sourceMappingURL=VRFConsumerBase__factory.js.map