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