@openzeppelin/contracts-upgradeable
Version:
Secure Smart Contract library for Solidity
53 lines (52 loc) • 1.07 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "SignerRSAUpgradeable",
"sourceName": "contracts/utils/cryptography/signers/SignerRSAUpgradeable.sol",
"abi": [
{
"inputs": [],
"name": "InvalidInitialization",
"type": "error"
},
{
"inputs": [],
"name": "NotInitializing",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint64",
"name": "version",
"type": "uint64"
}
],
"name": "Initialized",
"type": "event"
},
{
"inputs": [],
"name": "signer",
"outputs": [
{
"internalType": "bytes",
"name": "e",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "n",
"type": "bytes"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}