@q-dev/q-js-sdk
Version:
Typescript Library to interact with Q System Contracts
63 lines • 1.62 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.GreedyReceiverMock__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "uint256",
name: "value",
type: "uint256",
},
],
name: "Recieved",
type: "event",
},
{
stateMutability: "payable",
type: "receive",
},
{
inputs: [
{
internalType: "bool",
name: "setingValue",
type: "bool",
},
],
name: "changeMode",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_withdrawble",
type: "address",
},
],
name: "doWithdraw",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
class GreedyReceiverMock__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.GreedyReceiverMock__factory = GreedyReceiverMock__factory;
GreedyReceiverMock__factory.abi = _abi;
//# sourceMappingURL=GreedyReceiverMock__factory.js.map