MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type.

from message cosmos.group.v1.MsgUpdateGroupPolicyAdmin

Hierarchy

Constructors

Properties

admin: string = ""

admin is the account address of the group admin.

from field: string admin = 1;

groupPolicyAddress: string = ""

group_policy_address is the account address of the group policy.

from field: string group_policy_address = 2;

newAdmin: string = ""

new_admin is the new group policy admin.

from field: string new_admin = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.group.v1.MsgUpdateGroupPolicyAdmin" = "cosmos.group.v1.MsgUpdateGroupPolicyAdmin"

Methods