Last active
January 29, 2024 03:42
-
-
Save agates/ddf9149c8d07c1c7a30748a5d2034a53 to your computer and use it in GitHub Desktop.
Proof of Concept bitcoin lightning TLV record with combined timestamps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app_name": "Castamatic", | |
"app_version": "8.0.6", | |
"value_msat_total": 649480, | |
"url": "https://feeds.buzzsprout.com/1844352.rss", | |
"podcast": "Mere Mortals", | |
"action": "stream", | |
"episode": "The Art Of NFT's & Aimless Wandering", | |
"episode_guid": "Buzzsprout-9931017", | |
"tsIntervals": [ | |
// { startTs, duration } | |
[574, 600], // payment period starts at 574 for 10 minutes, ending at 1174 | |
// User skips forward 60 seconds | |
[1234, 180] // stops 3 minutes later | |
], | |
"name": "Podcaster", | |
"sender_name": "Peter" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment