Contract 630b0e919ab7fc1e103ba51664034bee109cef85a2e6afced6839c9a3ab45c26

← Back to Index 📥 Download WASM

Meta

cliver 25.1.0#a048a57a75762458b487052e0021ea704a926bee
rssdkver 23.5.2#347f71141ddf69ef1873527c94ac98e79215f125
rsver 1.90.0

Instances

  • CA4SL7QK3NKH4JK3SPEL4OI2ZBHAU2OETX2KQM2VJMCCOCUX6QSCBLLA

Interface

fn upgrade(
    env: soroban_sdk::Env,
    new_wasm_hash: soroban_sdk::BytesN<32>,
    operator: soroban_sdk::Address,
)
fn __constructor(
    env: soroban_sdk::Env,
    signers: soroban_sdk::Vec,
    policies: soroban_sdk::Map,
)
fn __check_auth(
    env: soroban_sdk::Env,
    signature_payload: soroban_sdk::BytesN<32>,
    signatures: Signatures,
    auth_contexts: soroban_sdk::Vec,
) -> Result<(), soroban_sdk::Error>
fn get_context_rule(env: soroban_sdk::Env, context_rule_id: u32) -> ContextRule
fn get_context_rules(
    env: soroban_sdk::Env,
    context_rule_type: ContextRuleType,
) -> soroban_sdk::Vec
fn add_context_rule(
    env: soroban_sdk::Env,
    context_type: ContextRuleType,
    name: soroban_sdk::String,
    valid_until: Option,
    signers: soroban_sdk::Vec,
    policies: soroban_sdk::Map,
) -> ContextRule
fn update_context_rule_name(
    env: soroban_sdk::Env,
    context_rule_id: u32,
    name: soroban_sdk::String,
) -> ContextRule
fn update_context_rule_valid_until(
    env: soroban_sdk::Env,
    context_rule_id: u32,
    valid_until: Option,
) -> ContextRule
fn remove_context_rule(env: soroban_sdk::Env, context_rule_id: u32)
fn add_signer(env: soroban_sdk::Env, context_rule_id: u32, signer: Signer)
fn remove_signer(env: soroban_sdk::Env, context_rule_id: u32, signer: Signer)
fn add_policy(
    env: soroban_sdk::Env,
    context_rule_id: u32,
    policy: soroban_sdk::Address,
    install_param: soroban_sdk::Val,
)
fn remove_policy(
    env: soroban_sdk::Env,
    context_rule_id: u32,
    policy: soroban_sdk::Address,
)
fn execute(
    env: soroban_sdk::Env,
    target: soroban_sdk::Address,
    target_fn: soroban_sdk::Symbol,
    target_args: soroban_sdk::Vec,
)

Imports

WebAssembly Text (WAT) ▶