getChunksV2 method

Future<List<RpcLedgerChunk>> getChunksV2(
  1. String startIndex,
  2. String endIndex
)

Implementation

Future<List<RpcLedgerChunk>> getChunksV2(
        String startIndex, String endIndex) =>
    api.getChunksV2(startIndex, endIndex);