Documentation
¶
Index ¶
Constants ¶
View Source
const ( OutputFormatPretty = "pretty" OutputFormatJson = "json" )
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute(options CliOptions)
func MakeSpecsFile ¶ added in v0.0.20
func MakeSpecsFile(source string) (specs_format.Specs, error)
Types ¶
type CliOptions ¶
type CliOptions struct {
Version string
}
type InputsFile ¶ added in v0.0.19
type InputsFile struct {
FeatureFlags []string `json:"featureFlags"`
Variables map[string]string `json:"variables"`
Meta interpreter.AccountsMetadata `json:"metadata"`
Balances interpreter.Balances `json:"balances"`
}
type TestInitStore ¶ added in v0.0.20
type TestInitStore struct {
DefaultBalance *big.Int
Balances interpreter.Balances
Meta interpreter.AccountsMetadata
}
func (TestInitStore) GetAccountsMetadata ¶ added in v0.0.20
func (s TestInitStore) GetAccountsMetadata(c context.Context, q interpreter.MetadataQuery) (interpreter.AccountsMetadata, error)
func (TestInitStore) GetBalances ¶ added in v0.0.20
func (s TestInitStore) GetBalances(_ context.Context, q interpreter.BalanceQuery) (interpreter.Balances, error)
Click to show internal directories.
Click to hide internal directories.