Versions in this module Expand all Collapse all v1 v1.0.0 Jul 19, 2026 Changes in this version + var ParseErrorsToString = parser.ParseErrorsToString + type AccountBalance = interpreter.AccountBalance + type AccountMetadata = interpreter.AccountMetadata + type AccountsMetadata = interpreter.AccountsMetadata + type BalanceQuery = interpreter.BalanceQuery + type Balances = interpreter.Balances + type ExecutionResult = interpreter.ExecutionResult + type InterpreterError = interpreter.InterpreterError + type Metadata = interpreter.Metadata + type MetadataQuery = interpreter.MetadataQuery + type MissingFundsErr = interpreter.MissingFundsErr + type ParseResult struct + func Parse(code string) ParseResult + func (p ParseResult) GetNeededVariables() map[string]string + func (p ParseResult) GetParsingErrors() []ParserError + func (p ParseResult) GetSource() string + func (p ParseResult) Run(ctx context.Context, vars VariablesMap, store Store) (ExecutionResult, InterpreterError) + func (p ParseResult) RunWithFeatureFlags(ctx context.Context, vars VariablesMap, store Store, ...) (ExecutionResult, InterpreterError) + type ParserError = parser.ParserError + type Posting = interpreter.Posting + type StaticStore = interpreter.StaticStore + type Store = interpreter.Store + type Value = interpreter.Value + type VariablesMap = interpreter.VariablesMap