cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Package baseapp contains data structures that provide basic data storage
|
||||
functionality and act as a bridge between the ABCI interface and the SDK
|
||||
abstractions.
|
||||
|
||||
BaseApp has no state except the CommitMultiStore you provide upon init.
|
||||
|
||||
See examples/basecoin/app/* for usage.
|
||||
*/
|
||||
package baseapp
|
||||
Reference in New Issue
Block a user