Type alias DoublePreendorsingOperation

DoublePreendorsingOperation: Operation & {
    accusedLevel?: number;
    accuser?: Alias | null;
    accuserReward?: number;
    block?: string | null;
    hash?: string | null;
    id?: number;
    level?: number;
    offender?: Alias | null;
    offenderLoss?: number;
    quote?: QuoteShort | null;
    timestamp?: string;
    type?: string | null;
}

Generated using TypeDoc