cosmos-sdk/x/bank/atlas/atlas.toml

35 lines
794 B
TOML
Raw Normal View History

2020-11-19 08:57:10 -08:00
[module]
description = "The bank module is responsible for handling multi-asset coin transfers between accounts and tracking special-case pseudo-transfers which must work differently with particular kinds of accounts."
homepage = "https://github.com/cosmos/cosmos-sdk"
keywords = [
"tokens",
"bank",
"transfer",
"asset",
"fungible",
"coins",
]
name = "x/bank"
[bug_tracker]
url = "https://github.com/cosmos/cosmos-sdk/issues"
[[authors]]
name = "alexanderbez"
[[authors]]
name = "fedekunze"
[[authors]]
name = "cwgoes"
[[authors]]
name = "alessio"
[version]
documentation = "https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/x/bank/atlas/atlas-v0.39.1.md"
2020-12-10 07:12:09 -08:00
repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.2"
2020-11-19 08:57:10 -08:00
sdk_compat = "v0.39.x"
2020-12-10 07:12:09 -08:00
version = "v0.39.2"