Contract 410b28b225f84b2918059c47094d64b1ec2cab307f5e3ed8619beef2d0511114

← Back to Index 📥 Download WASM

Meta

rssdkver 22.0.8#f46e9e0610213bbb72285566f9dd960ff96d03d8
rsver 1.91.0

Instances

  • CCGMEJINJJXTNDW5IXAC4BCVPLOP7N4DBHYVQESTOOKUNGFXNAC7OVFH

Interface

Upgrade contract code (only Contract Registry owner is authorized)

fn upgrade(env: soroban_sdk::Env, new_wasm_hash: soroban_sdk::BytesN<32>)
fn get_wallet(
    env: soroban_sdk::Env,
    parent_entity: soroban_sdk::String,
    wallet: soroban_sdk::Address,
) -> Option
fn __constructor(env: soroban_sdk::Env, contract_registry: soroban_sdk::Address)
fn get_user_account(
    env: soroban_sdk::Env,
    owner: soroban_sdk::Address,
    parent_entity: soroban_sdk::String,
) -> Account
fn change_user_verify_status(
    env: soroban_sdk::Env,
    parent_entity: soroban_sdk::BytesN<16>,
    owner: soroban_sdk::Address,
    new_status: AccountVerificationStatus,
) -> Result<(), soroban_sdk::Error>
fn change_user_account_status(
    env: soroban_sdk::Env,
    parent_entity: soroban_sdk::BytesN<16>,
    owner: soroban_sdk::Address,
    new_status: AccountStatus,
) -> Result<(), soroban_sdk::Error>
fn change_wallet_confirm_status(
    env: soroban_sdk::Env,
    parent_entity: soroban_sdk::BytesN<16>,
    wallet: soroban_sdk::Address,
    status: WalletConfirmationStatus,
) -> Result<(), soroban_sdk::Error>
fn create_user_account_with_wallet(
    env: soroban_sdk::Env,
    parent_entity: soroban_sdk::String,
    wallet: soroban_sdk::Address,
    owner: soroban_sdk::Address,
) -> Result<(), soroban_sdk::Error>

Imports

WebAssembly Text (WAT) ▶