@biconomy/abstractjs
Version:
SDK for Biconomy integration with support for account abstraction, smart accounts, ERC-4337.
18 lines • 664 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ForwarderAbi = void 0;
exports.ForwarderAbi = [
{ inputs: [], name: "ForwardFailed", type: "error" },
{ inputs: [], name: "UseForwardFunction", type: "error" },
{ inputs: [], name: "ZeroAddress", type: "error" },
{ stateMutability: "payable", type: "fallback" },
{
inputs: [{ internalType: "address", name: "destination", type: "address" }],
name: "forward",
outputs: [],
stateMutability: "payable",
type: "function"
},
{ stateMutability: "payable", type: "receive" }
];
//# sourceMappingURL=ForwarderAbi.js.map