Soroban
v0.8.0
  • Pages
  • Modules

    View Source Soroban.Contract (Soroban v0.8.0)

    Exposes the function to invoke Soroban smart contracts

    Link to this section Summary

    Functions

    deploy(wasm_id, source_secret_key)

    See Soroban.Contract.DeployContract.deploy/2.

    deploy_asset(asset_code, source_secret_key)

    See Soroban.Contract.DeployAssetContract.deploy/2.

    install(wasm, source_secret_key)

    See Soroban.Contract.InstallContractCode.install/2.

    invoke(contract_id, source_secret_key, function_name, function_args \\ [], auth_accounts \\ [])

    See Soroban.Contract.InvokeContractFunction.invoke/5.

    Link to this section Functions

    Link to this function

    deploy(wasm_id, source_secret_key)

    View Source

    See Soroban.Contract.DeployContract.deploy/2.

    Link to this function

    deploy_asset(asset_code, source_secret_key)

    View Source

    See Soroban.Contract.DeployAssetContract.deploy/2.

    Link to this function

    install(wasm, source_secret_key)

    View Source

    See Soroban.Contract.InstallContractCode.install/2.

    Link to this function

    invoke(contract_id, source_secret_key, function_name, function_args \\ [], auth_accounts \\ [])

    View Source

    See Soroban.Contract.InvokeContractFunction.invoke/5.

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.4) for the Elixir programming language