@runonflux/account-abstraction
Version:
Account Abstraction Schnorr Multi-Signatures
40 lines (39 loc) • 888 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "uint192",
"name": "key",
"type": "uint192"
}
],
"name": "getNonce",
"outputs": [
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint192",
"name": "key",
"type": "uint192"
}
],
"name": "incrementNonce",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]