MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type.

from message cosmos.group.v1.MsgCreateGroupWithPolicyResponse

Hierarchy

Constructors

Properties

groupId: bigint = protoInt64.zero

group_id is the unique ID of the newly created group with policy.

from field: uint64 group_id = 1;

groupPolicyAddress: string = ""

group_policy_address is the account address of the newly created group policy.

from field: string group_policy_address = 2;

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

Methods