Skip to content

Instantly share code, notes, and snippets.

@sadysnaat
Last active November 7, 2016 11:30
Show Gist options
  • Save sadysnaat/8bfe460b91739917abf7c11bb597c98f to your computer and use it in GitHub Desktop.
Save sadysnaat/8bfe460b91739917abf7c11bb597c98f to your computer and use it in GitHub Desktop.
Example Trustset Transaction
{
"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