We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e248c54 commit e2ed2bdCopy full SHA for e2ed2bd
src/js/ripple/remote.js
@@ -219,7 +219,9 @@ Remote.flags = {
219
RequireAuth: 0x00040000, // require a authorization to hold IOUs
220
DisallowXRP: 0x00080000, // disallow sending XRP
221
DisableMaster: 0x00100000, // force regular key
222
- DefaultRipple: 0x00800000
+ DefaultRipple: 0x00800000,
223
+ NoFreeze: 0x00200000, // permanently disallowed freezing trustlines
224
+ GlobalFreeze: 0x00400000 // trustlines globally frozen
225
},
226
// Offer
227
offer: {
0 commit comments