@runonflux/account-abstraction
Version:
Account Abstraction Schnorr Multi-Signatures
49 lines (48 loc) • 1.12 kB
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "msgSender",
"type": "address"
}
],
"name": "MsgSenderNotThisAccount",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "msgSender",
"type": "address"
}
],
"name": "NeitherOwnerNorEntryPoint",
"type": "error"
},
{
"inputs": [],
"name": "OwnerNotDefined",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "contract IEntryPoint",
"name": "entryPoint",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "pubKeysCounter",
"type": "uint256"
}
],
"name": "MultiSigAccountInitialized",
"type": "event"
}
]