UNPKG

@runonflux/account-abstraction

Version:
40 lines (39 loc) 888 B
[ { "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" } ]