ModuleAccountPermission represents permissions for a module account.

from message cosmos.auth.module.v1.ModuleAccountPermission

Hierarchy

Constructors

Properties

account: string = ""

account is the name of the module.

from field: string account = 1;

permissions: string[] = []

permissions are the permissions this module has. Currently recognized values are minter, burner and staking.

from field: repeated string permissions = 2;

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

Methods