interface FetchRandomnessResponse {
    encoded: string;
    response: { recovery_id: number; signature: string; value: string };
}

Properties

Properties

encoded: string
response: { recovery_id: number; signature: string; value: string }