github.com/Finschia/finschia-sdk@v0.48.1/x/bank/atlas/atlas.toml (about)

     1  [module]
     2  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."
     3  homepage = "https://github.com/cosmos/cosmos-sdk"
     4  keywords = [
     5    "tokens",
     6    "bank",
     7    "transfer",
     8    "asset",
     9    "fungible",
    10    "coins",
    11  ]
    12  
    13  name = "x/bank"
    14  
    15  [bug_tracker]
    16  url = "https://github.com/cosmos/cosmos-sdk/issues"
    17  
    18  [[authors]]
    19  name = "alexanderbez"
    20  
    21  [[authors]]
    22  name = "fedekunze"
    23  
    24  [[authors]]
    25  name = "cwgoes"
    26  
    27  [[authors]]
    28  name = "alessio"
    29  
    30  [version]
    31  documentation = "https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/x/bank/atlas/atlas-v0.39.1.md"
    32  repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.2"
    33  sdk_compat = "v0.39.x"
    34  version = "v0.39.2"