client

package
v2.6.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client provides the client api.

func NewClient

func NewClient(target string, opts ...grpc.DialOption) (*Client, error)

NewClient starts the client.

func (*Client) CalculateDealPrice

func (c *Client) CalculateDealPrice(ctx context.Context, minersAddr []string, dataSizeBytes int64, durationDays int64) (*pb.CalculateDealPriceResponse, error)

CalcualteDealPrice calcualtes the deal price for the provided data for a list of miners.

func (*Client) Close

func (c *Client) Close() error

Close closes the client's grpc connection and cancels any active requests.

func (*Client) GetMinerInfo

func (c *Client) GetMinerInfo(ctx context.Context, minerAddr string) (*pb.GetMinerInfoResponse, error)

GetMinerInfo returns miner's information from the index.

func (*Client) QueryIndex

func (c *Client) QueryIndex(ctx context.Context, params *pb.QueryIndexRequest) (*pb.QueryIndexResponse, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL