Skip to content

Instantly share code, notes, and snippets.

View calvincs's full-sized avatar
🌴
On vacation

Rabbit calvincs

🌴
On vacation
  • USA
  • 23:23 (UTC -05:00)
View GitHub Profile
@WietseWind
WietseWind / paychan.json
Last active July 20, 2023 13:14
PayChan in Xumm
// Creating the channel
{
"txjson": {
"TransactionType": "PaymentChannelCreate",
"Amount": "1000000",
"Destination": "rfHn6cB5mmqZ6fHZ4fdemCDSxqLTijgMwo",
"PublicKey": "037E3F11237DF2E0EBFE3B5872A5BB76F1C05DE079BA44E157E7896F0AFC7F7BE8", // Only needed if not the signer
"SettleDelay": 1
}
}