fn __constructor(
env: soroban_sdk::Env,
blend_pool: soroban_sdk::Address,
asset: soroban_sdk::Address,
)
What the Oracle reads. Forwards to Blend V2 and rescales the rate. Panics if Blend returns a non-positive rate so the Oracle's own checks see a clean error code rather than silently dividing.
fn get_reserve_data(env: soroban_sdk::Env) -> ReserveData
fn blend_pool(env: soroban_sdk::Env) -> soroban_sdk::Address
fn asset(env: soroban_sdk::Env) -> soroban_sdk::Address