package
Version:
v0.0.0-...-61fb7ef
Opens a new window with list of versions in this module.
Published: Oct 11, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ContractJson struct {
Filename string `json:"filename"`
Interface string `json:"interface"`
Bytecode string `json:"bytecode"`
ContractAddress string `json:"address"`
Json string `json:"json"`
}
type JsonFormatted struct {
Abi interface{} `json:"interface"`
Bytecode string `json:"bytecode"`
Address string `json:"address"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.