MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type.

from message cosmos.group.v1.MsgUpdateGroupPolicyMetadata

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 group policy.

from field: string group_policy_address = 2;

metadata: string = ""

metadata is the group policy metadata to be updated.

from field: string metadata = 3;

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

Methods