# Functions
New configures a client that calls the Node directly.
# Structs
Local is a Client implementation that directly executes the rpc
functions on a given node, without going through HTTP or GRPC.
# Interfaces
NodeService describes the portion of the node interface that the local RPC client constructor needs to build a local client.