-
We are getting a mismatch in actual value and types. When highlighted, BookOffer.TakerPays is supposedly
`(property) Offer.TakerPays: Amount`
```typescript
const response = await client.request(…
-
Hey, is there any use case where the jwt token `issued_user_token` is used in the Xumm SDK?
The documentation is incomplete and as far as I can figure out from it, the jwt token is to be used with …
-
Some users would like to change the wallet address to something other than the XUMM Wallet activation address.
-
Set Minter button not working. Unsure if this is xrpl.js bug or code samples bug, or just old version of xrpl.js lib. So reported.
Code samples here: https://github.com/XRPLF/xrpl-dev-portal/blob/m…
-
-
I think there should be a margin on the left side of the breadcrumb list.
-
I believe there are inconsistencies in the docs regarding the XRPFees amendment, since the amendment would have originally changed the field names to end in "Drops" (e.g., BaseFee vs BaseFeeDrops).
…
-
The following codes error occurs.
```bash
file:///Users/tequ/Project/test/node_modules/@xrplkit/xfl/canonical.js:24
xfl.mantissa = mantissa * sign
^
TypeError: Cannot assign to…
-
The following fields are missing from the `AccountRoot` object
- MintedNFTokens
- urlgravatar
Example of response of result.account_data of `account_info` command
```js
{
Account: 'rQQQr…
-
Hi,
I have been tasked with creating a simple web app that integrates with a ledger wallet.
I will need to create a simple "connect wallet" button on the page which allows user to connect their …