@q-dev/q-js-sdk
Version:
Typescript Library to interact with Q System Contracts
49 lines • 1.31 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValidationRewardProxy__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
inputs: [],
stateMutability: "nonpayable",
type: "constructor",
},
{
stateMutability: "payable",
type: "receive",
},
{
inputs: [
{
internalType: "address",
name: "_registry",
type: "address",
},
],
name: "initialize",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "allocate",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
class ValidationRewardProxy__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ValidationRewardProxy__factory = ValidationRewardProxy__factory;
ValidationRewardProxy__factory.abi = _abi;
//# sourceMappingURL=ValidationRewardProxy__factory.js.map