Regen Ledger Documentation
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub open in new window
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub open in new window
  • Modules

    • List of Modules
  • Data Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client
    • Features
  • Ecocredit Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client
    • Features
  • Intertx Module

    • Overview
    • Msg Service
    • Query Service

# Group Module

# Abstract

The following documents specify the group module.

This module allows the creation and management of on-chain multisig accounts and enables voting for message execution based on configurable decision policies.

# Contents

  1. Concepts
    • Group
    • Group Account
    • Decision Policy
    • Proposal
    • Voting
    • Executing Proposals
  2. State
    • Group Table
    • Group Member Table
    • Group Account Table
    • Proposal
    • Vote Table
  3. Msg Service
    • Msg/CreateGroup
    • Msg/UpdateGroupMembers
    • Msg/UpdateGroupAdmin
    • Msg/UpdateGroupMetadata
    • Msg/CreateGroupAccount
    • Msg/UpdateGroupAccountAdmin
    • Msg/UpdateGroupAccountDecisionPolicy
    • Msg/UpdateGroupAccountMetadata
    • Msg/CreateProposal
    • Msg/Vote
    • Msg/Exec
  4. Events
    • EventCreateGroup
    • EventUpdateGroup
    • EventCreateGroupAccount
    • EventUpdateGroupAccount
    • EventCreateProposal
    • EventVote
    • EventExec
  5. Client

# Protobuf

For a complete list of the Protobuf definitions, see the Protobuf Documentation.