You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: XLS-0041-xpop/README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,13 @@
2
2
xls: 41
3
3
title: XRPL Proof of Payment Standard (XPOP)
4
4
author: Richard Holland (RichardAH)
5
+
description: An offline non-interactive cryptographic proof that a transaction was successfully submitted to the XRP Ledger and what its impact (metadata) was
5
6
created: 2023-05-04
6
7
status: Final
7
8
category: Community
8
9
</pre>
9
10
# XLS-41d
10
11
11
-
```
12
-
Title: XRPL Proof of Payment Standard (XPOP)
13
-
Revison: 1 (2023-05-04)
14
-
15
-
Author: Richard Holland
16
-
Affiliation: XRPL-Labs, XRPLF
17
-
```
18
-
19
12
# Abstract
20
13
21
14
An XRPL Proof of Payment (XPOP) is an offline non-interactive cryptographic proof that a transaction was successfully submitted to the XRP Ledger and what its impact (metadata) was.
@@ -134,3 +127,4 @@ The `proof` key inside `transaction` section has one of two possible forms:
134
127
135
128
See reference implementation at: [xpop-verifier-py](https://github.com/RichardAH/xpop-verifier-py/blob/main/verify.py)
0 commit comments