Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihongzhou committed Jun 26, 2024
1 parent 19b3b4f commit 72ac6a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pip/pip-365.md
Original file line number Diff line number Diff line change
@@ -1,28 1,28 @@
# PIP-365: Add an admin API to query the metadata of transactions created by a specified user.

# Background knowledge
Currently, there is no way for users to query the metadata of the transactions they have created.
Currently, there is no way for users to query the metadata of transactions they have created.

# Motivation
In certain scenarios, users may need to query the metadata of the transactions they have created and possibly perform
In certain scenarios, users may need to query the metadata of transactions they have created and possibly perform
actions such as aborting the transaction. Therefore, we need to add an admin API to allow users to query the metadata
of the transactions they have created.
of transactions they have created.

# Goals

## In Scope
Add an admin API to query the metadata of the transactions created by a specific user.
Add an admin API to query the metadata of transactions created by a specific user.

## Out of Scope
None

# High Level Design
Add an admin API to query the metadata of the transactions created by a specific user.
Add an admin API to query the metadata of transactions created by a specific user.

# Detailed Design

## Design & Implementation Details
Add an admin API to query the metadata of the transactions created by a specific user.
Add an admin API to query the metadata of transactions created by a specific user.

## Public-facing Changes

Expand Down

0 comments on commit 72ac6a0

Please sign in to comment.