Contract 7fae1fa40bc26ff16564fb3f0f142cbaefb219c803cf78fe13621c59f6042471

← Back to Index 📥 Download WASM

Meta

rssdkver 22.0.8#f46e9e0610213bbb72285566f9dd960ff96d03d8
rsver 1.90.0

Instances

  • CB54CR4Y37YPHFXRS3C25P3SA7ZCQ3Q4PN25G5JY2WEPHBTHE3NOFGW5
  • CCMOG2O7SK2QYS5PWCZPZKFSWI3S3ADHN6X4KFOY7UNQ535HXDZJJFEU

Interface

Initialize the account with the owner's ed25519 public key. Can only be called once during contract deployment.

fn __constructor(env: soroban_sdk::Env, public_key: soroban_sdk::BytesN<32>)

Verify authentication for contract invocations. This is called by the Soroban host when this contract's address is used as a source for require_auth.

fn __check_auth(
    env: soroban_sdk::Env,
    signature_payload: soroban_sdk::BytesN<32>,
    signature: soroban_sdk::BytesN<64>,
    _auth_context: soroban_sdk::Vec,
)

Imports

WebAssembly Text (WAT) ▶