2019-02-13 06:38:48 -08:00
|
|
|
# Bank
|
|
|
|
|
|
|
|
`x/bank` 모듈은 계정 간 코인을 이동할때 사용됩니다.
|
|
|
|
|
|
|
|
[API 문서](https://godoc.org/github.com/cosmos/cosmos-sdk/x/bank)를 확인하세요.
|
|
|
|
|
|
|
|
# Stake
|
|
|
|
|
|
|
|
`x/staking` 모듈은 코스모스 위임형 지분증명(Delegated-Proof-of-Stake) 시스템에서 사용됩니다.
|
|
|
|
|
|
|
|
[API 문서](https://godoc.org/github.com/cosmos/cosmos-sdk/x/staking)를 확인하세요.
|
|
|
|
|
2019-08-01 11:02:35 -07:00
|
|
|
관련 스펙은 [여기](https://github.com/cosmos/cosmos-sdk/tree/master/docs/spec/staking)에서 확인하실 수 있습니다.
|
2019-02-13 06:38:48 -08:00
|
|
|
|
|
|
|
# Slashing
|
|
|
|
|
|
|
|
`x/slashing` 모듈은 코스모스 위임형 지분증명(Delegated-Proof-of-Stake) 시스템에서 사용됩니다.
|
|
|
|
|
|
|
|
[API 문서](https://godoc.org/github.com/cosmos/cosmos-sdk/x/slashing)를 확인하세요.
|
|
|
|
|
2019-08-01 11:02:35 -07:00
|
|
|
관련 스펙은 [여기](https://github.com/cosmos/cosmos-sdk/tree/master/docs/spec/slashing)에서 확인하실 수 있습니다.
|
2019-02-13 06:38:48 -08:00
|
|
|
|
|
|
|
# Provisions
|
|
|
|
|
|
|
|
`x/provisions` 모듈은 수수료 보상 분배와 스테이킹 인플레이션을 조정할때 사용됩니다.
|
|
|
|
|
2019-08-01 11:02:35 -07:00
|
|
|
[API 문서](https://godoc.org/github.com/cosmos/cosmos-sdk/x/distribution)를 확인하세요.
|
2019-02-13 06:38:48 -08:00
|
|
|
|
2019-08-01 11:02:35 -07:00
|
|
|
관련 스펙은 [여기](https://github.com/cosmos/cosmos-sdk/tree/master/docs/spec/distribution)에서 확인하실 수 있습니다.
|
2019-02-13 06:38:48 -08:00
|
|
|
|
|
|
|
# Governance
|
|
|
|
|
|
|
|
`x/gov` 모듈은 본딩한 토큰 보유자들이 프로포절을 만들고 투표를 진행할때 사용됩니다.
|
|
|
|
|
|
|
|
[API 문서](https://godoc.org/github.com/cosmos/cosmos-sdk/x/gov)를 확인하세요.
|
|
|
|
|
2019-08-01 11:02:35 -07:00
|
|
|
관렉 스펙은 [여기](https://github.com/cosmos/cosmos-sdk/tree/master/docs/spec/governance)에서 확인하실 수 있습니다.
|