Module VerifySig

Module VerifySig 

Source
Expand description

Module containing a contract’s types and functions.

contract VerifySig {
    constructor(address _signer, bytes32 _hash, bytes memory _signature);
}

Structs§

constructorCall
Constructor`.