Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployParams ¶
type DeployParams struct {
ChainID int
Name string
Description string
GasPerIOTA uint64
// contains filtered or unexported fields
}
func (*DeployParams) GetGenesis ¶
func (d *DeployParams) GetGenesis(def core.GenesisAlloc) core.GenesisAlloc
func (*DeployParams) InitFlags ¶
func (d *DeployParams) InitFlags(cmd *cobra.Command)
type JSONRPCServer ¶
type JSONRPCServer struct {
// contains filtered or unexported fields
}
func (*JSONRPCServer) InitFlags ¶
func (j *JSONRPCServer) InitFlags(cmd *cobra.Command)
func (*JSONRPCServer) ServeJSONRPC ¶
func (j *JSONRPCServer) ServeJSONRPC(backend jsonrpc.ChainBackend, chainID int, contractName string)
Click to show internal directories.
Click to hide internal directories.