Path Parameters
address*string
address is the account address of the group policy.
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/group/v1/group_policy_info/string"{
"info": {
"address": "string",
"group_id": "string",
"admin": "string",
"metadata": "string",
"version": "string",
"decision_policy": {
"type_url": "string",
"value": "string"
},
"created_at": "2019-08-24T14:15:22Z"
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}