Categorygithub.com/cosmos/btcutil
modulepackage
1.0.5
Repository: https://github.com/cosmos/btcutil.git
Documentation: pkg.go.dev

# README

cosmos/btcutil

This repo is a fork of btcsuite/btcutil, limited to the package required by the Cosmos SDK.

  • base58 (unchanged)
  • bech32 (API change in Decode)

# Packages

Package base58 provides an API for working with modified base58 and Base58Check encodings.
Package bech32 provides a Go implementation of the bech32 format specified in BIP 173.