package
1.4.0
Repository: https://github.com/onflow/flow-go-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
NewBaseClient creates a new gRPC handler for network communication.
NewClient creates an gRPC client exposing all the common access APIs.
NewFromExecutionDataRPCClient initializes a Flow client using a pre-configured gRPC provider.
NewFromRPCClient initializes a Flow client using a pre-configured gRPC provider.
WithEventEncoding sets the default event encoding to use when requesting events from the API.
WithGRPCDialOptions wraps a grpc.DialOption into a ClientOption.
WithJSONOptions wraps a json.Option into a ClientOption.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BaseClient is a gRPC client for the Flow Access API exposing all grpc specific methods.
Client implements all common gRPC methods providing a network agnostic API.
An EntityToMessageError indicates that an entity could not be converted to a protobuf message.
EventRangeQuery defines a query for Flow events.
A MessageToEntityError indicates that a protobuf message could not be converted to an SDK entity.
An RPCError is an error returned by an RPC call to an Access API.

# Interfaces

ExecutionDataRPCClient is an RPC client for the Flow ExecutionData API.
No description provided by the author
RPCClient is an RPC client for the Flow Access API.

# Type aliases

ClientOption is a configuration option for the client.