BitSong
Search
⌃K
Introduction
Delegators
Validators
Relayer
FAQ
Glossary
Roadmap
Media Kit
Links
Blockchain
Install go-bitsong
Join the Mainnet
Create Validator
CLI Guide
Gas and Fees
Pruning of State
Export the state
Verify Mainnet
Upgrades
Testnet
CosmWasm
Network
Install go-bitsong (cosmwasm)
Wallet and Faucet
Validators
Developers
Features and Modules
Fan Tokens
Merkledrop
NFTs
Marketplace
IBC
Auth
Bank
Crisis
Capability
Community Pool
Distribution
Evidence
Governance
Mint
Staking
Slashing
Upgrade
BTSG
What is BTSG ?
Distribution and Tokenomics
Wallets
Buy and Sell
Liquidity Provider
Developers
bitsongJS
PRODUCTS
Sinfonia
BitSong Studio
USEFUL GUIDES
How to Create a BitSong wallet
How to Import Your BitSong Wallet
How to Stake $BTSG
How to Add $BTSG Liquidity to Osmosis Pools
How to Participate in the Fan Token Airdrop
Sinfonia User's Guide
How to Report a Bug on Sinfonia
Global Ambassador Program
Who is an ambassador?
Program Rules
Powered By GitBook

Auth

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.
Features and Modules - Previous
IBC
Next - Features and Modules
Bank
Last modified 1yr ago