Documentation
¶
Index ¶
Constants ¶
View Source
const LSError int32 = -1146494648
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
func NewAPIClient ¶
func NewAPIClient(client LiteClient) *APIClient
func (*APIClient) GetBlockInfo ¶
type LiteClient ¶
type LiteClient interface {
Do(ctx context.Context, typeID int32, payload []byte) (*liteclient.LiteResponse, error)
}
Click to show internal directories.
Click to hide internal directories.