We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8b726 commit bc43fadCopy full SHA for bc43fad
packages/xrpl/src/models/transactions/trustSet.ts
@@ -94,7 +94,7 @@ export interface TrustSetFlagsInterface extends GlobalFlags {
94
tfSetFreeze?: boolean
95
/** Unfreeze the trust line. */
96
tfClearFreeze?: boolean
97
- /** Deep-Freeze the trust line -- disallow sending and recieving the said IssuedCurrency */
+ /** Deep-Freeze the trustline -- disallow sending and receiving the said IssuedCurrency */
98
/** Allowed only if the trustline is already regularly frozen, or if tfSetFreeze is set in the same transaction. */
99
tfSetDeepFreeze?: boolean
100
/** Clear a Deep-Frozen trust line */
0 commit comments