Type alias PreendorsementOperation

PreendorsementOperation: Operation & {
    block?: string | null;
    delegate?: Alias | null;
    hash?: string | null;
    id?: number;
    level?: number;
    quote?: QuoteShort | null;
    slots?: number;
    timestamp?: string;
    type?: string | null;
}

Generated using TypeDoc