Created
August 26, 2020 15:12
-
-
Save 0xCLARITY/98d5c621e0037d465575a0d4d1b1c791 to your computer and use it in GitHub Desktop.
PayID Weights
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
{ | |
"payId": "hansbergren$xpring.money", | |
"addresses": [ | |
{ | |
"paymentNetwork": "XRPL", | |
"environment": "MAINNET", | |
"addressDetailsType": "CryptoAddressDetails", | |
"addressDetails": { | |
"address": "rppYSk6LCTWPNXKJgPedaRDad38HSGVkeD", | |
}, | |
"weight": 1.0, | |
}, | |
{ | |
"paymentNetwork": "BTC", | |
"environment": "MAINNET", | |
"addressDetailsType": "CryptoAddressDetails", | |
"addressDetails": { | |
"address": "1KJFgSXpPvUthy3a7NxyM66szTkqHabpYB", | |
}, | |
"weight": 0.9, | |
}, | |
{ | |
"paymentNetwork": "XRPL", | |
"environment": "MAINNET", | |
"addressDetailsType": "CryptoAddressDetails", | |
"addressDetails": { | |
"address": "rw2ciyaNshpHe7bCHo4bRWq6pqqynnWKQg", | |
"tag": "722714325" | |
}, | |
"weight": 0.5, | |
}, | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment