Expand description
Module containing a contract’s types and functions.
contract VerifySig {
constructor(address _signer, bytes32 _hash, bytes memory _signature);
}Structs§
- constructor
Call - Constructor`.
Module containing a contract’s types and functions.
contract VerifySig {
constructor(address _signer, bytes32 _hash, bytes memory _signature);
}