package
3.1.0
Repository: https://github.com/astraprotocol/astra.git
Documentation: pkg.go.dev

# Packages

Package ante defines the SDK auth module's AnteHandler as well as an internal AnteHandler for an Ethereum transaction (i.e MsgEthereumTx).
No description provided by the author

# Functions

BeginBlockForks executes any necessary fork logic based upon the current block height.
ConsumeMultisignatureVerificationGas consumes gas from a GasMeter for verifying a multisig pubkey signature.
No description provided by the author
GetMaccPerms returns a copy of the module account permissions.
NewAstraApp returns a reference to a new initialized Ethermint application.
NewDefaultGenesisState generates the default state for the application.
No description provided by the author
RegisterSwaggerAPI registers swagger route with API Server.
Setup initializes a new Astra.
SetupTestingApp initializes the IBC-go testing application.
SigVerificationGasConsumer is the Astra implementation of SignatureVerificationGasConsumer.

# Constants

MainnetChainID defines the Astra EIP155 chain ID for mainnet.
Name defines the application binary name.
TestnetChainID defines the Astra EIP155 chain ID for testnet.

# Variables

DefaultConsensusParams defines the default Tendermint consensus params used in Astra testing.
DefaultNodeHome default home directories for the application daemon.
DefaultTestingAppInit defines the IBC application used for testing.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.

# Structs

Astra implements an extended ABCI application.