Type alias VdfRevelationOperation

VdfRevelationOperation: Operation & {
    baker?: Alias | null;
    block?: string | null;
    cycle?: number;
    hash?: string | null;
    id?: number;
    level?: number;
    proof?: string | null;
    quote?: QuoteShort | null;
    reward?: number;
    solution?: string | null;
    timestamp?: string;
    type?: string | null;
}

Generated using TypeDoc