Documentation ¶
Index ¶
- func NewCommonRPC(ctx context.Context, addr string, requestHeader http.Header) (api.Common, jsonrpc.ClientCloser, error)
- func NewFullNodeRPC(ctx context.Context, addr string, requestHeader http.Header) (api.FullNode, jsonrpc.ClientCloser, error)
- func NewGatewayRPC(ctx context.Context, addr string, requestHeader http.Header, ...) (api.GatewayAPI, jsonrpc.ClientCloser, error)
- func NewStorageMinerRPC(ctx context.Context, addr string, requestHeader http.Header, ...) (api.StorageMiner, jsonrpc.ClientCloser, error)
- func NewWalletRPC(ctx context.Context, addr string, requestHeader http.Header) (api.WalletAPI, jsonrpc.ClientCloser, error)
- func NewWorkerRPC(ctx context.Context, addr string, requestHeader http.Header) (api.WorkerAPI, jsonrpc.ClientCloser, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommonRPC ¶
func NewCommonRPC(ctx context.Context, addr string, requestHeader http.Header) (api.Common, jsonrpc.ClientCloser, error)
NewCommonRPC creates a new http jsonrpc client.
func NewFullNodeRPC ¶
func NewFullNodeRPC(ctx context.Context, addr string, requestHeader http.Header) (api.FullNode, jsonrpc.ClientCloser, error)
NewFullNodeRPC creates a new http jsonrpc client.
func NewGatewayRPC ¶ added in v0.9.1
func NewGatewayRPC(ctx context.Context, addr string, requestHeader http.Header, opts ...jsonrpc.Option) (api.GatewayAPI, jsonrpc.ClientCloser, error)
NewGatewayRPC creates a new http jsonrpc client for a gateway node.
func NewStorageMinerRPC ¶
func NewStorageMinerRPC(ctx context.Context, addr string, requestHeader http.Header, opts ...jsonrpc.Option) (api.StorageMiner, jsonrpc.ClientCloser, error)
NewStorageMinerRPC creates a new http jsonrpc client for miner
func NewWalletRPC ¶ added in v0.9.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.