tequ
tequ
> In that case, both trustlines should be deleted, so only one account should be in both trustlines, right? Ah yes, in SeagullCash's experience, when tokens are gone from the...
@mvadari Even if the trust line is frozen, payments from the issuer to the user are possible via Payment transactions. CheckCash should also allow payments in the same way. Has...
Okay, it seems that the point mentioned in this issue has been resolved while Deep Freeze is enabled. The behavior when DeepFreeze is disabled remains different. You may close this...
> It looks like it's also missing in the docs, could you open an issue there too? [@tequdev](https://github.com/tequdev) It was already created by someone else. https://github.com/XRPLF/xrpl-dev-portal/issues/2737
@elmurci I have created a PR for `client.submit()` and `client.submitAndWait()` to support definitions as well. If it looks good, please consider including it in this PR. https://github.com/elmurci/xrpl.js/pull/1
@elmurci Here is a commit that fixes the current lint error. Please use it if necessary. https://github.com/tequdev/xrpl.js/commit/4f93aa800c7c0f1152538cacb42b0ba943c568d2
Definitions support for `client.submit()` and `client.submitAndWait()` is also required. (internally, `getSignedTx()` and `isSigned()`)
MPToken is an asset with a balance, don't we need to change to `getBalanceChanges`(packages/xrpl/src/utils/getBalanceChanges.ts)?
It was intended to add only three fields in English to the end of the table.
It seems to be caused by assert() used in `[email protected]`. In 2.0.0, the assert package is no longer used.