# README

go-client

gRPC client for querying and interacting with wardend.

Cosmos SDK uses protobuffers and already provides an autogenerated client but this package goal is to be slightly more opinionated and ergonomic to be used.

# Functions

NewAuthQueryClient returns a new AuthQueryClient with the supplied GRPC client connection.
NewIdentityFromSeed returns a Identity from a seed phrase.
NewQueryClient returns a QueryClient.
NewQueryClientWithConn returns a QueryClient with the supplied GRPC client connection.
No description provided by the author
NewTxClient returns a TxClient.
NewWardenQueryClient returns a WardenQueryClient.

# Variables

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

# Structs

AuthQueryClient stores a query client for the warden auth module.
Identity represents an account on the Warden Protocol.
No description provided by the author
No description provided by the author
QueryClient holds a query client for the auth and treasury modules.
RawTxClient is the client used for sending new transactions to the chain.
No description provided by the author
No description provided by the author
TxClient can read/write transactions to wardend and endpoints provided by the treasury module.
WardenQueryClient is the client for the treasury module.

# Interfaces

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

# Type aliases

No description provided by the author