For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bump Sequence

Bumps forward the sequence number of the source account, allowing it to invalidate any transactions with a smaller sequence number.

See the Bump Sequence errors.

- ATTRIBUTE -

  • bump_to string

    The new desired value for the source account’s sequence number.

```json { "_links": { "self": { "href": "https://horizon.stellar.org/operations/124922916260433921" }, "transaction": { "href": "https://horizon.stellar.org/transactions/f94c338370839a598753221714de0b0193d4fc56ea369db6efe88f18669cc5a1" }, "effects": { "href": "https://horizon.stellar.org/operations/124922916260433921/effects" }, "succeeds": { "href": "https://horizon.stellar.org/effects?order=desc\u0026cursor=124922916260433921" }, "precedes": { "href": "https://horizon.stellar.org/effects?order=asc\u0026cursor=124922916260433921" } }, "id": "124922916260433921", "paging_token": "124922916260433921", "transaction_successful": true, "source_account": "GAYOLLLUIZE4DZMBB2ZBKGBUBZLIOYU6XFLW37GBP2VZD3ABNXCW4BVA", "type": "bump_sequence", "type_i": 11, "created_at": "2020-04-09T00:14:11Z", "transaction_hash": "f94c338370839a598753221714de0b0193d4fc56ea369db6efe88f18669cc5a1", "bump_to": "120192344968520085" } ```

Last updated

Was this helpful?