Type alias TxRollupOriginationOperation

TxRollupOriginationOperation: Operation & {
    allocationFee?: number;
    bakerFee?: number;
    block?: string | null;
    counter?: number;
    errors?: OperationError[] | null;
    gasLimit?: number;
    gasUsed?: number;
    hash?: string | null;
    id?: number;
    level?: number;
    quote?: QuoteShort | null;
    rollup?: Alias | null;
    sender?: Alias | null;
    status?: string | null;
    storageLimit?: number;
    timestamp?: string;
    type?: string | null;
}

Generated using TypeDoc