#### Summary The `fullMoonlightHistory` API needs two parameters to be used efficiently by consumers: - a `from` parameter (block height) - a `limit` parameter With these new parameters: - a search made with `from: 2345, limit: 100, ord: "desc"` will return the first 100 transactions made starting from block 2345 and looking in the past - a search made with `from: 2345, limit: 100, ord: "asc"` will return the first 100 transactions made starting from block 2345 and looking in the future