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"` }
type CompiledContracts ¶ added in v0.0.45
type CompiledContracts struct {
Contracts map[string]*CompiledContract `json:"contracts"`
}
func ReadContractJSON ¶ added in v1.0.0
func ReadContractJSON(filePath string) (*CompiledContracts, error)
func ReadSolcCompiledContract ¶ added in v1.0.0
func ReadSolcCompiledContract(filePath string) (*CompiledContracts, error)
func ReadTruffleCompiledContract ¶ added in v0.0.47
func ReadTruffleCompiledContract(filePath string) (*CompiledContracts, error)
Click to show internal directories.
Click to hide internal directories.