Module is the config object of the bank module.

from message cosmos.bank.module.v1.Module

Hierarchy

Constructors

Properties

authority: string = ""

authority defines the custom module authority. If not set, defaults to the governance module.

from field: string authority = 2;

blockedModuleAccountsOverride: string[] = []

blocked_module_accounts configures exceptional module accounts which should be blocked from receiving funds. If left empty it defaults to the list of account names supplied in the auth module configuration as module_account_permissions

from field: repeated string blocked_module_accounts_override = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.bank.module.v1.Module" = "cosmos.bank.module.v1.Module"

Methods