mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
migration: LLS in code font
This commit is contained in:
@@ -125,7 +125,7 @@ const prepared = await client.autofill({
|
|||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
Like the old prepare methods, `Client.autofill()` provides a reasonable `LastLedgerSequence` value by default. To prepare a transaction _without_ a `LastLedgerSequence` field, set "LastLedgerSequence" to the value `null`:
|
Like the old prepare methods, `Client.autofill()` provides a reasonable `LastLedgerSequence` value by default. To prepare a transaction _without_ a `LastLedgerSequence` field, provide a `LastLedgerSequence` with the value `null`:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const prepared = await client.autofill({
|
const prepared = await client.autofill({
|
||||||
|
|||||||
Reference in New Issue
Block a user