L
L
LiquidApps Documentation
Search…
Introduction
🧙♂
The DAPP Network
The DAPP Token
Cross Chain Bridges
Examples
DAPP Network Resources
👨💻
DAPP NETWORK LABS
Introduction
DAPP Workers
EdgeDSPs
EdgeOS
⚡
Working with Zeus
Introduction
Zeus Basics
Zeus Box Basics
⚙
DAPP Network Services
DAPP Network Services
vRAM
LiquidAccounts
LiquidHarmony
Getting Started Guide
Smart Contract Macros
geturi
ORACLE_HOOK_FILTER
Creating an Oracle Request
Additional Features
LiquidScheduler
LiquidStorage
LiquidLink
DAPP Service Macros
Additional Services
Smart Contract Console Log Syntax
Packages and Staking
👨🚀
DAPP Service Providers
Introduction to DAPP Service Providers
EdgeDSPs (Coming Soon)
DSPs
🌉
CROSS CHAIN BRIDGES
Getting Started with LiquidBridge
⛓
LiquidX Stake Across Chains
Getting Started with LiquidX
😷
COVAX
Getting Started with CoVax Chain
🗂
Blockchain Guides
Testnet Creation Guides
Governance Guides
🗒
Release Notes
Latest
History
🙋♀
FAQs
Frequently Asked Questions The DAPP Token
Frequently Asked Questions DAPP Service Providers (DSPs)
Frequently Asked Questions vRAM
Powered By
GitBook
ORACLE_HOOK_FILTER
ORACLE_HOOK_FILTER |
code
1
// define custom filter
2
#
undef
ORACLE_HOOK_FILTER
3
#
define
ORACLE_HOOK_FILTER
(
uri
,
data
)
filter_result
(
uri
,
data
);
4
5
void
filter_result
(
std
::
vector
<
char
>
uri
,
std
::
vector
<
char
>
data
){
6
// add logic
7
}
Copied!
Previous
geturi
Next
Creating an Oracle Request
Last modified
7mo ago
Copy link