52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
# Bank
|
|
|
|
The `x/bank` module is for transferring coins between accounts.
|
|
|
|
See the [API docs](https://godoc.org/github.com/cosmos/cosmos-sdk/x/bank).
|
|
|
|
# Stake
|
|
|
|
The `x/stake` module is for Cosmos Delegated-Proof-of-Stake.
|
|
|
|
See the [API docs](https://godoc.org/github.com/cosmos/cosmos-sdk/x/stake).
|
|
|
|
See the
|
|
[specification](https://github.com/cosmos/cosmos-sdk/tree/develop/docs/spec/staking)
|
|
|
|
# Slashing
|
|
|
|
The `x/slashing` module is for Cosmos Delegated-Proof-of-Stake.
|
|
|
|
See the [API docs](https://godoc.org/github.com/cosmos/cosmos-sdk/x/slashing)
|
|
|
|
See the
|
|
[specification](https://github.com/cosmos/cosmos-sdk/tree/develop/docs/spec/slashing)
|
|
|
|
# Provisions
|
|
|
|
The `x/provisions` module is for distributing fees and inflation across bonded
|
|
stakeholders.
|
|
|
|
See the [API docs](https://godoc.org/github.com/cosmos/cosmos-sdk/x/provisions)
|
|
|
|
See the
|
|
[specification](https://github.com/cosmos/cosmos-sdk/tree/develop/docs/spec/provisions)
|
|
|
|
# Governance
|
|
|
|
The `x/gov` module is for bonded stakeholders to make proposals and vote on them.
|
|
|
|
See the [API docs](https://godoc.org/github.com/cosmos/cosmos-sdk/x/gov)
|
|
|
|
See the
|
|
[specification](https://github.com/cosmos/cosmos-sdk/tree/develop/docs/spec/governance)
|
|
|
|
# IBC
|
|
|
|
The `x/ibc` module is for InterBlockchain Communication.
|
|
|
|
See the [API docs](https://godoc.org/github.com/cosmos/cosmos-sdk/x/ibc)
|
|
|
|
See the
|
|
[specification](https://github.com/cosmos/cosmos-sdk/tree/develop/docs/spec/ibc)
|