@fireblocks/fireblocks-web3-provider
Version:
EIP-1193 Compatible Ethereum provider for Fireblocks
155 lines • 3.85 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.NativeMetaTransaction__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "address",
name: "userAddress",
type: "address",
},
{
indexed: false,
internalType: "address payable",
name: "relayerAddress",
type: "address",
},
{
indexed: false,
internalType: "bytes",
name: "functionSignature",
type: "bytes",
},
],
name: "MetaTransactionExecuted",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "address",
name: "account",
type: "address",
},
],
name: "Unpaused",
type: "event",
},
{
inputs: [],
name: "ERC712_VERSION",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "userAddress",
type: "address",
},
{
internalType: "bytes",
name: "functionSignature",
type: "bytes",
},
{
internalType: "bytes32",
name: "sigR",
type: "bytes32",
},
{
internalType: "bytes32",
name: "sigS",
type: "bytes32",
},
{
internalType: "uint8",
name: "sigV",
type: "uint8",
},
],
name: "executeMetaTransaction",
outputs: [
{
internalType: "bytes",
name: "",
type: "bytes",
},
],
stateMutability: "payable",
type: "function",
},
{
inputs: [],
name: "getChainId",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "user",
type: "address",
},
],
name: "getNonce",
outputs: [
{
internalType: "uint256",
name: "nonce",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "name",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "view",
type: "function",
},
];
class NativeMetaTransaction__factory {
static createInterface() {
return new ethers_1.Interface(_abi);
}
static connect(address, runner) {
return new ethers_1.Contract(address, _abi, runner);
}
}
exports.NativeMetaTransaction__factory = NativeMetaTransaction__factory;
NativeMetaTransaction__factory.abi = _abi;
//# sourceMappingURL=NativeMetaTransaction__factory.js.map