overwrite

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterModules

func RegisterModules()

RegisterModules overwrites registered modules

Types

type BankAppModule

type BankAppModule struct {
	bank.AppModule
	// contains filtered or unexported fields
}

BankAppModule wraps SDK bank AppModule.

func NewBankAppModule

func NewBankAppModule(cdc codec.Codec, keeper bankkeeper.Keeper, accountKeeper banktypes.AccountKeeper) BankAppModule

NewBankAppModule creates a new AppModule object

func (BankAppModule) DefaultGenesis

func (am BankAppModule) DefaultGenesis() json.RawMessage

DefaultGenesis returns default genesis state as raw bytes for the bank module.

type BankModuleOutputs

type BankModuleOutputs struct {
	depinject.Out

	BankKeeper bankkeeper.BaseKeeper
	Module     appmodule.AppModule
}

BankModuleOutputs for depinject provider

func ProvideBankModule

func ProvideBankModule(in bank.ModuleInputs) BankModuleOutputs

ProvideBankModule is a depinject provider for the overwritten bank module.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL