Type alias EndorsingRewardOperation

EndorsingRewardOperation: Operation & {
    baker?: Alias | null;
    block?: string | null;
    expected?: number;
    id?: number;
    level?: number;
    quote?: QuoteShort | null;
    received?: number;
    timestamp?: string;
    type?: string | null;
}

Generated using TypeDoc