interface IdentityCommitmentPayload {
    commitment_hash: string;
    provider: string;
    timestamp: number;
}

Properties

commitment_hash: string
provider: string
timestamp: number