Module is the config object for the auth module.

from message cosmos.auth.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 = 3;

bech32Prefix: string = ""

bech32_prefix is the bech32 account prefix for the app.

from field: string bech32_prefix = 1;

moduleAccountPermissions: ModuleAccountPermission[] = []

module_account_permissions are module account permissions.

from field: repeated cosmos.auth.module.v1.ModuleAccountPermission module_account_permissions = 2;

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

Methods