Type alias DrainDelegateOperation

DrainDelegateOperation: Operation & {
    amount?: number;
    block?: string | null;
    delegate?: Alias | null;
    fee?: number;
    hash?: string | null;
    id?: number;
    level?: number;
    quote?: QuoteShort | null;
    target?: Alias | null;
    timestamp?: string;
    type?: string | null;
}

Generated using TypeDoc