Expand description
Generated by the following Solidity interface…
interface HoprCrypto {
error InvalidCurvePoint();
error InvalidFieldElement();
error InvalidPointWitness();
}…which was generated by the following JSON ABI:
[
{
"type": "error",
"name": "InvalidCurvePoint",
"inputs": []
},
{
"type": "error",
"name": "InvalidFieldElement",
"inputs": []
},
{
"type": "error",
"name": "InvalidPointWitness",
"inputs": []
}
]Structs§
- Hopr
Crypto Instance - A
HoprCryptoinstance. - Invalid
Curve Point - Custom error with signature
InvalidCurvePoint()and selector0x72454a82. - Invalid
Field Element - Custom error with signature
InvalidFieldElement()and selector0x3ae4ed6b. - Invalid
Point Witness - Custom error with signature
InvalidPointWitness()and selector0xedfdcd98.
Enums§
- Hopr
Crypto Errors - Container for all the
HoprCryptocustom errors.
Statics§
- BYTECODE
- The creation / init bytecode of the contract.
- DEPLOYED_
BYTECODE - The runtime bytecode of the contract, as deployed on the network.
Functions§
- deploy
- Deploys this contract using the given
providerand constructor arguments, if any. - deploy_
builder - Creates a
RawCallBuilderfor deploying this contract using the givenproviderand constructor arguments, if any. - new
- Creates a new wrapper around an on-chain
HoprCryptocontract instance.