Contract 1c0928af078a4a9beff5e04647240b9fecca7a805b751c803f96ff92f75b9a08

← Back to Index 📥 Download WASM

Meta

cliver 25.1.0#a048a57a75762458b487052e0021ea704a926bee
rssdkver 25.1.1#94c2a3b3a5ded6b9cf9cef0c207bf8804f3eb294
rsver 1.90.0

Instances

  • CAKIUC2SCHWI2REYPTB4KKHRAEKQJENI24LIADJNWIIQ3NOGMDHKATZZ

Interface

Executes lz_receive on the target OApp

fn execute(
    env: soroban_sdk::Env,
    executor: soroban_sdk::Address,
    params: ExecutionParams,
    value_payer: soroban_sdk::Address,
)

Records a failed lz_receive execution for off-chain processing.

fn lz_receive_alert(
    env: soroban_sdk::Env,
    executor: soroban_sdk::Address,
    params: ExecutionParams,
    reason: soroban_sdk::Bytes,
)

Executes lz_compose on the target composer

fn compose(
    env: soroban_sdk::Env,
    executor: soroban_sdk::Address,
    params: ComposeParams,
    value_payer: soroban_sdk::Address,
)

Records a failed lz_compose execution for off-chain processing.

fn lz_compose_alert(
    env: soroban_sdk::Env,
    executor: soroban_sdk::Address,
    params: ComposeParams,
    reason: soroban_sdk::Bytes,
)

Delegates native_drop to the executor contract.

fn native_drop(
    env: soroban_sdk::Env,
    executor: soroban_sdk::Address,
    admin: soroban_sdk::Address,
    origin: Origin,
    dst_eid: u32,
    oapp: soroban_sdk::Address,
    params: soroban_sdk::Vec,
)

Imports

WebAssembly Text (WAT) ▶