Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
Generator handles Python code generation
func (*Generator) SetBaseDir ¶
SetBaseDir sets the base directory for reading files
type PyFunction ¶
type PyFunction struct {
Name string
ClassName string
Parameters []PyParameter
ReturnType string
Base64 string
Type string // "transaction" or "script"
}
PyFunction represents a function in the generated code
type PyParameter ¶
PyParameter represents a parameter in Python
Click to show internal directories.
Click to hide internal directories.