Last active
November 7, 2016 11:30
-
-
Save sadysnaat/8bfe460b91739917abf7c11bb597c98f to your computer and use it in GitHub Desktop.
Example Trustset Transaction
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
{ | |
"TransactionType": "TrustSet", | |
"Account": "r3H4Et5wbJbsB2AiibTZorSDzYmwkisEBD", // Account which is extending the trust | |
"LimitAmount": { | |
"currency": "INR", // currency to which this trustline applies | |
"issuer": "rMvb6PZYzh5dAXGb2WqGsEzVnWmLgQEyf1", // counterparty for this trustline Bank/Gateway ripple address | |
"value": "1000" // maximim amount to trust | |
} | |
"Flags": 131072, // tfSetNoRipple sets NoRipple flag | |
// For more options go to https://ripple.com/build/transactions/#trustset | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment