Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractDeployed ¶
type ContractDeployed struct {
Address string `json:"address"`
TransactionHash string `json:"txHash"`
BlockNumber int `json:"blockNumber"`
BlockHash string `json:"blockHash"`
}
func DeployContract ¶
func DeployContract() (*ContractDeployed, error)
type ContractDestroyed ¶
type ContractDestroyed struct {
BlockNumber int64 `json:"blockNumber"`
}
func DestroyContract ¶
func DestroyContract(addr string) (*ContractDestroyed, error)
Click to show internal directories.
Click to hide internal directories.