package
0.0.5
Repository: https://github.com/hanshq/filespace-chain.git
Documentation: pkg.go.dev

# Functions

AppConfig returns the default app config.
BlockedAddresses returns all the app's blocked account addresses.
GetMaccPerms returns a copy of the module account permissions NOTE: This is solely to be used for testing purposes.
New returns a reference to an initialized App.
Since the IBC modules don't support dependency injection, we need to manually register the modules on the client side.

# Constants

No description provided by the author
No description provided by the author

# Variables

DefaultNodeHome default home directories for the application daemon.

# Structs

App extends an ABCI application, but with most of its parameters exported.
GenesisAccount defines a type that implements the GenesisAccount interface to be used for simulation accounts in the genesis state.

# Type aliases

GenesisState of the blockchain is represented here as a map of raw json messages key'd by a identifier string.