stellar_contract_extend
Extend the time-to-live of Stellar contract data entries. Specify ledgers to extend, source account, and network to keep contract data active.
Instructions
Extend the time-to-live of contract data entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| key | No | Storage key to extend (symbols only) | |
| key_xdr | No | Storage key as base64-encoded XDR | |
| network | Yes | Stellar network | |
| build_only | No | Only build transaction, do not submit | |
| durability | No | Storage durability type | |
| contract_id | No | Contract ID owning the data entries | |
| source_account | Yes | Account that will pay for the extension | |
| ttl_ledger_only | No | Only print the new TTL ledger, do not submit | |
| ledgers_to_extend | Yes | Number of ledgers to extend TTL by |