Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateBindings ¶
func GenerateBindingsTS ¶
Types ¶
type Inputs ¶
type Inputs struct {
ProjectRoot string `validate:"required,dir" cli:"--project-root"`
GoLang bool
TypeScript bool
AbiPath string `validate:"required,path_read" cli:"--abi"`
PkgName string `validate:"required" cli:"--pkg"`
GoOutPath string // contracts/evm/src/generated — set when GoLang is true
TSOutPath string // contracts/evm/ts/generated — set when TypeScript is true
}
Click to show internal directories.
Click to hide internal directories.