Name: device-group-details-request Type: request Purpose: > Fetch meta data and wallet of a device group Response: device-group-details Inherits: message Elements: Signature: { required: true } From: { required: true } Device-Group-Id: { type: string, min_length: 32, max_length: 128 } Include-Wallet: { type: bool } Notes: > The sender of this message has to be a member of the device group, i.e. the ID must start with a valid device name and end with "@devgrp". Rejection-Codes: 22: Invalid sender 31: Sender is not a member of the group 41: Device group does not exist