-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodel_api_group_info.go
29 lines (27 loc) · 1.12 KB
/
model_api_group_info.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
* rum
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* API version: 1.0.0
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package rum_sdk
// ApiGroupInfo struct for ApiGroupInfo
type ApiGroupInfo struct {
AppKey string `json:"app_key"`
CipherKey string `json:"cipher_key"`
ConsensusType string `json:"consensus_type"`
CurrtEpoch int64 `json:"currt_epoch"`
CurrtTopBlock int64 `json:"currt_top_block"`
EncryptionType string `json:"encryption_type"`
GroupId string `json:"group_id"`
GroupName string `json:"group_name"`
LastUpdated int64 `json:"last_updated"`
OwnerPubkey string `json:"owner_pubkey"`
Peers []string `json:"peers"`
RexSyncerResult DefRexSyncResult `json:"rex_Syncer_result"`
RexSyncerStatus string `json:"rex_syncer_status"`
UserEthAddr string `json:"user_eth_addr"`
UserPubkey string `json:"user_pubkey"`
}