Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceGetter ¶
type InterfaceGetter interface { GetABI(resolverAddr string, blockNumber int64) (string, error) GetBlockChain() core.BlockChain }
InterfaceGetter is used to derive the interface of a contract
func NewInterfaceGetter ¶
func NewInterfaceGetter(blockChain core.BlockChain) InterfaceGetter
NewInterfaceGetter returns a new InterfaceGetter
Click to show internal directories.
Click to hide internal directories.