Created
November 7, 2016 12:09
-
-
Save sadysnaat/df53c379dd33afcd5b24351f87687b9b to your computer and use it in GitHub Desktop.
Bank's trustline view
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
{ | |
"account": "r3H4Et5wbJbsB2AiibTZorSDzYmwkisEBD", | |
"balance": "-500", // Debt obligations are shown in negative | |
"currency": "INR", | |
"limit": "0", | |
"limit_peer": "1000", // Total limit trustline | |
"no_ripple": true, | |
"no_ripple_peer": true, | |
"quality_in": 0, | |
"quality_out": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment