Merge branch 'master' of https://github.com/XRPLF/xrpl-dev-portal into decentralized-storage

This commit is contained in:
Oliver Eggert
2024-11-05 15:30:40 -08:00
15 changed files with 249 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
# Oracle
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L353-L366 "Source")

View File

@@ -4,10 +4,9 @@ parent: transaction-types.html
blurb: Delete an existing price oracle.
labels:
- Oracle
status: not_enabled
---
# OracleDelete
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DeleteOracle.cpp "Source")

View File

@@ -4,10 +4,9 @@ parent: transaction-types.html
blurb: Create or update an existing price oracle.
labels:
- Oracle
status: not_enabled
---
# OracleSet
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/SetOracle.cpp "Source")