SignatureTypes

Git Source

Shared signature types for attestation facets

Structs

SignatureWrapper

Signature wrapper for flexible signature types

struct SignatureWrapper {
    uint8 signatureType;
    bytes signatureData;
    bytes ownerData;
}

Last updated

Was this helpful?