Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun deployFromWasmId(wasmId: String, constructorArgs: List<SCValXdr> = emptyList(), source: String, signer: KeyPair, network: Network, rpcUrl: String, salt: ByteArray = Random.nextBytes(32), loadSpec: Boolean = true): ContractClient
Deploy a contract from an existing WASM ID (ADVANCED - Step 2 of 2).
Link copied to clipboard
Create a ContractClient for a contract with spec loaded from the network (RECOMMENDED).