# README
Gosm
A simple library for interacting with cosmos-sdk chains.
Note: I wouldn't suggest using this, it is still a WIP and is being built to my needs so I can't guarantee stability
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
go:generate mockery --name Caller --filename mock_caller.go.
go:generate mockery --name CometClient --filename mock_comet_client.go.
go:generate mockery --name GosmClient --filename mock_gosm_client.go.
No description provided by the author