@biconomy/abstractjs
Version:
SDK for Biconomy integration with support for account abstraction, smart accounts, ERC-4337.
15 lines • 561 B
JavaScript
export const 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