Interface AttestationViewerProps

interface AttestationViewerProps {
    attestationUID: string;
    easContractAddress: string;
    registryAddress: string;
    signer?: Signer;
}

Properties

attestationUID: string
easContractAddress: string
registryAddress: string
signer?: Signer