bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MsgCreateGroupWithPolicy

    MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type.

    from message cosmos.group.v1.MsgCreateGroupWithPolicy

    Hierarchy

    Index

    Constructors

    Properties

    admin: string = ""

    admin is the account address of the group and group policy admin.

    from field: string admin = 1;

    decisionPolicy?: Any

    decision_policy specifies the group policy's decision policy.

    from field: google.protobuf.Any decision_policy = 6;

    groupMetadata: string = ""

    group_metadata is any arbitrary metadata attached to the group.

    from field: string group_metadata = 3;

    groupPolicyAsAdmin: boolean = false

    group_policy_as_admin is a boolean field, if set to true, the group policy account address will be used as group and group policy admin.

    from field: bool group_policy_as_admin = 5;

    groupPolicyMetadata: string = ""

    group_policy_metadata is any arbitrary metadata attached to the group policy.

    from field: string group_policy_metadata = 4;

    members: MemberRequest[] = []

    members defines the group members.

    from field: repeated cosmos.group.v1.MemberRequest members = 2;

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

    Methods