Construct the deployer with a provided administrator.
fn __constructor(env: soroban_sdk::Env, admin: soroban_sdk::Address)
Deploys the contract on behalf of the Deployer contract.
This has to be authorized by the Deployers administrator.
fn deploy(
env: soroban_sdk::Env,
wasm_hash: soroban_sdk::BytesN<32>,
salt: soroban_sdk::BytesN<32>,
constructor_args: soroban_sdk::Vec,
) -> soroban_sdk::Address
fn get_admin(env: soroban_sdk::Env) -> soroban_sdk::Address