# Functions
No description provided by the author
NewSoloBalances takes a snapshot of all balances necessary to track token movements easily.
NewSoloClientService creates a new SoloClientService Normally we reset the subscribers, assuming a new test.
NewSoloContext can be used to create a SoloContext associated with a smart contract with minimal information and will verify successful creation before returning ctx.
NewSoloContextForChain can be used to create a SoloContext associated with a smart contract on a particular chain.
NewSoloContextForNative can be used to create a SoloContext associated with a native smart contract on a particular chain.
No description provided by the author
No description provided by the author
StartChain starts a new chain named chainName.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
NoWasm / GoWasm / RsWasm / TsWasm are used to specify the Wasm language mode, By default, SoloContext will try to run the Go SC code directly (NoWasm) The 3 other flags can be used to cause Wasm code to be loaded and run instead.
No description provided by the author
No description provided by the author
UseWasmEdge flag is kept here in case we decide to use WasmEdge again.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SoloSandbox acts as a temporary host side of the WasmLib Sandbox interface.