cosmos-sdk/docs/spec/auth
mircea-c 450c8ced2c Merge PR #4787: Updated docs build process 2019-08-26 09:09:18 -04:00
..
01_concepts.md Merge PR #3884: steak to stake 2019-03-14 10:32:46 -04:00
02_state.md Merge PR #4787: Updated docs build process 2019-08-26 09:09:18 -04:00
03_messages.md Merge PR #4787: Updated docs build process 2019-08-26 09:09:18 -04:00
03_types.md Merge PR #4787: Updated docs build process 2019-08-26 09:09:18 -04:00
04_keepers.md Merge PR #4787: Updated docs build process 2019-08-26 09:09:18 -04:00
05_vesting.md Merge PR #4787: Updated docs build process 2019-08-26 09:09:18 -04:00
07_params.md Merge PR #4404: Update Spec to include params 2019-05-24 12:18:07 -04:00
README.md Merge PR #4404: Update Spec to include params 2019-05-24 12:18:07 -04:00

README.md

Auth module specification

Abstract

This document specifies the auth module of the Cosmos SDK.

The auth module is responsible for specifying the base transaction and account types for an application, since the SDK itself is agnostic to these particulars. It contains the ante handler, where all basic transaction validity checks (signatures, nonces, auxiliary fields) are performed, and exposes the account keeper, which allows other modules to read, write, and modify accounts.

This module will be used in the Cosmos Hub.

Contents

  1. Concepts
  2. State
  3. Messages
  4. Types
  5. Keepers
  6. Vesting
  7. Parameters