View Source Soroban.Contract (Soroban v0.10.0)
Exposes the function to invoke Soroban smart contracts
Link to this section Summary
Link to this section Functions
Link to this function
invoke(contract_id, source_secret_key, function_name, function_args \\ [], auth_secret_key \\ nil)
View SourceSee Soroban.Contract.DeployContract.retrieve_unsigned_xdr_to_deploy/2
.
Link to this function
retrieve_unsigned_xdr_to_deploy_asset(asset_code, source_public_key)
View SourceSee Soroban.Contract.DeployAssetContract.retrieve_unsigned_xdr_to_deploy_asset/2
.
See Soroban.Contract.InstallContractCode.retrieve_unsigned_xdr_to_install/2
.
Link to this function
retrieve_unsigned_xdr_to_invoke(contract_id, source_public_key, function_name, function_args \\ [])
View SourceSee Soroban.Contract.InvokeContractFunction.retrieve_unsigned_xdr_to_invoke/4
.