ibc-proto 0.38.0-pre.1

ibc-proto provides Cosmos SDK & IBC Protocol Buffers definitions
Documentation
# Generated by Cargo
# will have compiled files and executables
target/

Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# Ignore database folders
**/*.db/

# Ignore Jetbrains
.idea

# Ignore VisualStudio
.vscode

# Ignore chain's data
data

# Ignore Python artifacts
.mypy_cache/
__pycache__/

# Ignore modelator aritfacts
.modelator
mc.log

# Ignore OSX .DS_Store file
.DS_Store