-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
https://iroha.readthedocs.io/en/main/develop/api/queries.html#result-pagination seems not to be working very well:
by @baziorek:
"I've tried:
pagination_meta = queries_pb2.TxPaginationMeta()
pagination_meta.ordering.sequence = [queries_pb2.kCreatedTime, queries_pb2.kAscending]
query = iroha.query('GetAccountAssetTransactions', account_id=account_id, asset_id=asset_name, page_size=page_size, pagination_meta=pagination_meta)
But for each try I'm seeing problem, e.g. for above:
AttributeError: Assignment not allowed to repeated field "sequence" in protocol message object."
Metadata
Metadata
Assignees
Labels
No labels