Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractContracts ¶
func GenerateAddressAndPrivateKey ¶ added in v0.0.47
Types ¶
type CompiledContract ¶ added in v0.0.45
type CompiledContract struct { ABI interface{} `json:"abi"` Bytecode string `json:"bin"` }
func ReadTruffleCompiledContract ¶ added in v0.0.47
func ReadTruffleCompiledContract(filePath string) (*CompiledContract, error)
type CompiledContracts ¶ added in v0.0.45
type CompiledContracts struct {
Contracts map[string]*CompiledContract `json:"contracts"`
}
func ReadCombinedABIJSON ¶ added in v0.0.45
func ReadCombinedABIJSON(filePath string) (*CompiledContracts, error)
Click to show internal directories.
Click to hide internal directories.