IAttestationCoreFacet

Git Source

Interface for AttestationCoreFacet to access shared functions

Functions

decodeSignatureWrapper

function decodeSignatureWrapper(bytes calldata signature)
    external
    pure
    returns (uint8 sigType, bytes memory signatureData, bytes memory ownerData);

Last updated

Was this helpful?