We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80461c commit 51c8716Copy full SHA for 51c8716
tap_graph/src/v2/rav.rs
@@ -32,10 +32,10 @@ sol! {
32
bytes32 collectionId;
33
// The address of the payer the RAV was issued by
34
address payer;
35
- // The address of the data service the RAV was issued to
36
- address dataService;
37
// The address of the service provider the RAV was issued to
38
address serviceProvider;
+ // The address of the data service the RAV was issued to
+ address dataService;
39
// The RAV timestamp, indicating the latest TAP Receipt in the RAV
40
uint64 timestampNs;
41
// Total amount owed to the service provider since the beginning of the
0 commit comments