Skip to content

Commit

Permalink
pr comment: add docstrings under clientcontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Sep 11, 2024
1 parent 99d4cc6 commit 86901f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Package clientcontroller/babylon wraps the Babylon RPC/gRPC client for easy interaction with a Babylon node.
// It simplifies querying and submitting transactions.

// Core Babylon RPC/gRPC client lives under https://github.com/babylonlabs-io/babylon/tree/main/client/client

// Clientcontroller is adapted from:
// https://github.com/babylonlabs-io/finality-provider/blob/base/consumer-chain-support/clientcontroller/babylon/babylon.go

package babylon

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Package clientcontroller/cosmwasm wraps the CosmWasm RPC/gRPC client for easy interaction with a Wasm enabled node.
// It simplifies querying and submitting transactions to Babylon SDK node (bcd)

// Core CosmWasm RPC/gRPC client lives under https://github.com/babylonlabs-io/cosmwasm-client

// Clientcontroller is adapted from:
// https://github.com/babylonlabs-io/finality-provider/blob/base/consumer-chain-support/clientcontroller/cosmwasm/consumer.go

package cosmwasm

import (
Expand Down

0 comments on commit 86901f8

Please sign in to comment.