OracleDelete
[Source]
(Added by the PriceOracle amendment.)
Example
Section titled “Example”{ "TransactionType": "OracleDelete", "Account": "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh", "OracleDocumentID": 1}Fields
Section titled “Fields”| Field | JSON Type | Internal Type | Description |
|---|---|---|---|
Account | String | AccountID | The address of the account that owns the Oracle. Only the owner can delete the object. |
OracleDocumentID | Number | UInt32 | The document ID of the Oracle object to delete. |
Special Transaction Cost
Section titled “Special Transaction Cost”OracleDelete transactions have the standard transaction cost.
Error Cases
Section titled “Error Cases”| Error Code | Description |
|---|---|
temDISABLED | The PriceOracle amendment is not enabled. |
temINVALID_FLAG | Invalid flags specified. |
terNO_ACCOUNT | The sending account does not exist. |
tecNO_ENTRY | No Oracle object exists for the given account and OracleDocumentID. |