Interface IAttestationWithResponse

interface IAttestationWithResponse {
    hash: string;
    identity: PublicKey;
    signature: BinaryBuffer;
    timestamp: number;
    valid: boolean;
    web2Response: IWeb2Result;
}

Hierarchy (view full)

Properties

hash: string
identity: PublicKey
signature: BinaryBuffer
timestamp: number
valid: boolean
web2Response: IWeb2Result