Versions in this module Expand all Collapse all v0 v0.0.26 Jul 24, 2026 v0.0.25 Jul 24, 2026 Changes in this version type TestInitStore + StaticStore interpreter.StaticStore v0.0.24 Jul 24, 2026 Changes in this version + const OutputFormatJson + const OutputFormatPretty + func Execute(options CliOptions) + func MakeSpecsFile(source string) (specs_format.Specs, error) + type CliOptions struct + Version string + type InputsFile struct + Balances interpreter.Balances + FeatureFlags []string + Meta interpreter.AccountsMetadata + Variables map[string]string + type RunArgs struct + InputsPath string + OutFormatOpt string + type TestInitStore struct + Balances interpreter.Balances + DefaultBalance *big.Int + Meta interpreter.AccountsMetadata + func (s TestInitStore) GetAccountsMetadata(c context.Context, q interpreter.MetadataQuery) (interpreter.AccountsMetadata, error) + func (s TestInitStore) GetBalances(_ context.Context, q interpreter.BalanceQuery) (interpreter.Balances, error)