Type alias ActivationOperation

ActivationOperation: Operation & {
    account?: Alias | null;
    balance?: number;
    block?: string | null;
    hash?: string | null;
    id?: number;
    level?: number;
    quote?: QuoteShort | null;
    timestamp?: string;
    type?: string | null;
}

Generated using TypeDoc