Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreClient ¶
type CoreClient struct {
// contains filtered or unexported fields
}
func NewCoreClient ¶
func NewCoreClient(address string) (*CoreClient, error)
func (*CoreClient) Close ¶
func (c *CoreClient) Close() error
func (*CoreClient) GetCurrentBlock ¶
func (c *CoreClient) GetCurrentBlock() (*pb.GetCurrentBlockResponse, error)
func (*CoreClient) ResetState ¶
func (c *CoreClient) ResetState() (*pb.ResetStateResponse, error)
Click to show internal directories.
Click to hide internal directories.