fix: bank proto exponent doc (#10526)

* doc: fix bank denom exponent doc

* gen docs
This commit is contained in:
Robert Zaremba 2021-11-12 09:45:27 +00:00 committed by GitHub
parent ba843a351c
commit 878e3e8a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 84 additions and 84 deletions

View File

@ -1820,7 +1820,7 @@ denomination unit of the basic token.
| Field | Type | Label | Description | | Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- | | ----- | ---- | ----- | ----------- |
| `denom` | [string](#string) | | denom represents the string name of the given denom unit (e.g uatom). | | `denom` | [string](#string) | | denom represents the string name of the given denom unit (e.g uatom). |
| `exponent` | [uint32](#uint32) | | exponent represents power of 10 exponent that one must raise the base_denom to in order to equal the given DenomUnit's denom 1 denom = 1^exponent base_denom (e.g. with a base_denom of uatom, one can create a DenomUnit of 'atom' with exponent = 6, thus: 1 atom = 10^6 uatom). | | `exponent` | [uint32](#uint32) | | exponent represents power of 10 exponent that one must raise the base_denom to in order to equal the given DenomUnit's denom 1 denom = 10^exponent base_denom (e.g. with a base_denom of uatom, one can create a DenomUnit of 'atom' with exponent = 6, thus: 1 atom = 10^6 uatom). |
| `aliases` | [string](#string) | repeated | aliases is a list of string aliases for the given denom | | `aliases` | [string](#string) | repeated | aliases is a list of string aliases for the given denom |

View File

@ -65,7 +65,7 @@ message DenomUnit {
string denom = 1; string denom = 1;
// exponent represents power of 10 exponent that one must // exponent represents power of 10 exponent that one must
// raise the base_denom to in order to equal the given DenomUnit's denom // raise the base_denom to in order to equal the given DenomUnit's denom
// 1 denom = 1^exponent base_denom // 1 denom = 10^exponent base_denom
// (e.g. with a base_denom of uatom, one can create a DenomUnit of 'atom' with // (e.g. with a base_denom of uatom, one can create a DenomUnit of 'atom' with
// exponent = 6, thus: 1 atom = 10^6 uatom). // exponent = 6, thus: 1 atom = 10^6 uatom).
uint32 exponent = 2; uint32 exponent = 2;

View File

@ -258,7 +258,7 @@ type DenomUnit struct {
Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
// exponent represents power of 10 exponent that one must // exponent represents power of 10 exponent that one must
// raise the base_denom to in order to equal the given DenomUnit's denom // raise the base_denom to in order to equal the given DenomUnit's denom
// 1 denom = 1^exponent base_denom // 1 denom = 10^exponent base_denom
// (e.g. with a base_denom of uatom, one can create a DenomUnit of 'atom' with // (e.g. with a base_denom of uatom, one can create a DenomUnit of 'atom' with
// exponent = 6, thus: 1 atom = 10^6 uatom). // exponent = 6, thus: 1 atom = 10^6 uatom).
Exponent uint32 `protobuf:"varint,2,opt,name=exponent,proto3" json:"exponent,omitempty"` Exponent uint32 `protobuf:"varint,2,opt,name=exponent,proto3" json:"exponent,omitempty"`

View File

@ -756,89 +756,89 @@ func init() {
func init() { proto.RegisterFile("cosmos/group/v1beta1/types.proto", fileDescriptor_e091dfce5c49c8b6) } func init() { proto.RegisterFile("cosmos/group/v1beta1/types.proto", fileDescriptor_e091dfce5c49c8b6) }
var fileDescriptor_e091dfce5c49c8b6 = []byte{ var fileDescriptor_e091dfce5c49c8b6 = []byte{
// 1307 bytes of a gzipped FileDescriptorProto // 1306 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x4f, 0x6f, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x4f, 0x6f, 0x1b, 0x45,
0x14, 0xf7, 0xda, 0x8e, 0xff, 0x3c, 0x27, 0x8e, 0x35, 0xa4, 0xed, 0xc6, 0x69, 0x9d, 0xad, 0x4b, 0x14, 0xcf, 0xda, 0x8e, 0xff, 0x3c, 0x27, 0x8e, 0x35, 0xa4, 0xed, 0xc6, 0x69, 0x9d, 0xad, 0x4b,
0xa5, 0x08, 0x14, 0x5b, 0x09, 0x7f, 0x0e, 0x15, 0xad, 0xb0, 0x9d, 0x4d, 0x31, 0xa4, 0x76, 0xd8, 0xa5, 0x08, 0x14, 0x5b, 0x09, 0x7f, 0x0e, 0x15, 0xad, 0xb0, 0x9d, 0x4d, 0x31, 0xa4, 0x76, 0xd8,
0xb5, 0x03, 0xf4, 0x80, 0xb5, 0xde, 0x9d, 0x3a, 0x4b, 0xed, 0x1d, 0x6b, 0x77, 0x36, 0xd4, 0x7c, 0x5d, 0x07, 0xe8, 0x01, 0x6b, 0xbd, 0x3b, 0x75, 0x96, 0xda, 0x3b, 0xd6, 0xee, 0x6c, 0xa8, 0xf9,
0x82, 0xe2, 0x53, 0x8f, 0x70, 0xb0, 0x54, 0x89, 0x13, 0x27, 0x2e, 0xfd, 0x10, 0x15, 0x5c, 0x2a, 0x04, 0xc5, 0xa7, 0x1e, 0xe1, 0x60, 0xa9, 0x12, 0x27, 0x4e, 0x5c, 0xfa, 0x21, 0x2a, 0xb8, 0x54,
0x4e, 0x88, 0x03, 0xa0, 0xf6, 0xc2, 0x99, 0x4f, 0x80, 0x76, 0x66, 0xb6, 0x89, 0x5b, 0xc7, 0x69, 0x9c, 0x10, 0x07, 0x40, 0xed, 0x85, 0x33, 0x9f, 0x00, 0xed, 0xcc, 0x6c, 0x13, 0xb7, 0xae, 0xdb,
0x11, 0x27, 0xef, 0xbc, 0xf9, 0xfd, 0xe6, 0xbd, 0xf7, 0x7b, 0x6f, 0xfe, 0x18, 0x14, 0x93, 0x78, 0x22, 0x4e, 0xde, 0x79, 0xef, 0xf7, 0x9b, 0xf7, 0xde, 0x6f, 0xde, 0xfc, 0x31, 0x28, 0x16, 0xf1,
0x03, 0xe2, 0x95, 0x7b, 0x2e, 0xf1, 0x87, 0xe5, 0xa3, 0xad, 0x2e, 0xa6, 0xc6, 0x56, 0x99, 0x8e, 0x07, 0xc4, 0xaf, 0xf4, 0x3c, 0x12, 0x0c, 0x2b, 0xc7, 0xdb, 0x5d, 0x4c, 0xcd, 0xed, 0x0a, 0x1d,
0x86, 0xd8, 0x2b, 0x0d, 0x5d, 0x42, 0x09, 0x5a, 0xe1, 0x88, 0x12, 0x43, 0x94, 0x04, 0x22, 0xbf, 0x0d, 0xb1, 0x5f, 0x1e, 0x7a, 0x84, 0x12, 0xb4, 0xca, 0x11, 0x65, 0x86, 0x28, 0x0b, 0x44, 0x61,
0xd2, 0x23, 0x3d, 0xc2, 0x00, 0xe5, 0xe0, 0x8b, 0x63, 0xf3, 0x85, 0x1e, 0x21, 0xbd, 0x3e, 0x2e, 0xb5, 0x47, 0x7a, 0x84, 0x01, 0x2a, 0xe1, 0x17, 0xc7, 0x16, 0x8a, 0x3d, 0x42, 0x7a, 0x7d, 0x5c,
0xb3, 0x51, 0xd7, 0xbf, 0x53, 0xb6, 0x7c, 0xd7, 0xa0, 0x36, 0x71, 0xc4, 0xfc, 0xfa, 0x8b, 0xf3, 0x61, 0xa3, 0x6e, 0x70, 0xab, 0x62, 0x07, 0x9e, 0x49, 0x1d, 0xe2, 0x0a, 0xff, 0xc6, 0xb3, 0x7e,
0xd4, 0x1e, 0x60, 0x8f, 0x1a, 0x83, 0xa1, 0x00, 0xac, 0x72, 0x67, 0x1d, 0xbe, 0xb2, 0xf0, 0x2c, 0xea, 0x0c, 0xb0, 0x4f, 0xcd, 0xc1, 0x50, 0x00, 0xd6, 0x78, 0xb0, 0x0e, 0x9f, 0x59, 0x44, 0x16,
0xa6, 0x5e, 0xe4, 0x1a, 0xce, 0xe8, 0x4c, 0x56, 0x71, 0x08, 0x89, 0x5b, 0x78, 0xd0, 0xc5, 0x2e, 0xae, 0x67, 0xb9, 0xa6, 0x3b, 0xe2, 0xae, 0xd2, 0x10, 0x92, 0x37, 0xf0, 0xa0, 0x8b, 0x3d, 0xb4,
0xda, 0x86, 0xa4, 0x61, 0x59, 0x2e, 0xf6, 0x3c, 0x59, 0x52, 0xa4, 0x8d, 0x74, 0x55, 0xfe, 0xf5, 0x03, 0x29, 0xd3, 0xb6, 0x3d, 0xec, 0xfb, 0xb2, 0xa4, 0x48, 0x9b, 0x99, 0x9a, 0xfc, 0xeb, 0x83,
0xd1, 0x66, 0x98, 0x5c, 0x85, 0xcf, 0xe8, 0xd4, 0xb5, 0x9d, 0x9e, 0x16, 0x02, 0xd1, 0x79, 0x48, 0xad, 0xa8, 0x82, 0x2a, 0xf7, 0xe8, 0xd4, 0x73, 0xdc, 0x9e, 0x16, 0x01, 0xd1, 0x59, 0x48, 0x7e,
0x7c, 0x8d, 0xed, 0xde, 0x21, 0x95, 0xa3, 0x01, 0x45, 0x13, 0x23, 0x94, 0x87, 0xd4, 0x00, 0x53, 0x8d, 0x9d, 0xde, 0x11, 0x95, 0x63, 0x21, 0x45, 0x13, 0x23, 0x54, 0x80, 0xf4, 0x00, 0x53, 0xd3,
0xc3, 0x32, 0xa8, 0x21, 0xc7, 0x14, 0x69, 0x63, 0x51, 0x7b, 0x3e, 0x2e, 0xde, 0x84, 0x24, 0xf7, 0x36, 0xa9, 0x29, 0xc7, 0x15, 0x69, 0x73, 0x49, 0x7b, 0x3a, 0x2e, 0x5d, 0x87, 0x14, 0x8f, 0xe8,
0xe8, 0xa1, 0x0f, 0x20, 0x39, 0xe0, 0x9f, 0xb2, 0xa4, 0xc4, 0x36, 0x32, 0xdb, 0x17, 0x4b, 0xb3, 0xa3, 0x0f, 0x20, 0x35, 0xe0, 0x9f, 0xb2, 0xa4, 0xc4, 0x37, 0xb3, 0x3b, 0xe7, 0xcb, 0xb3, 0x14,
0xc4, 0x2c, 0x71, 0x7c, 0x35, 0xfe, 0xf8, 0x8f, 0xf5, 0x88, 0x16, 0x52, 0x8a, 0x63, 0x09, 0x2e, 0x2b, 0x73, 0x7c, 0x2d, 0xf1, 0xf0, 0x8f, 0x8d, 0x05, 0x2d, 0xa2, 0x94, 0xc6, 0x12, 0x9c, 0x33,
0xb4, 0x0e, 0x5d, 0xec, 0x1d, 0x92, 0xbe, 0xb5, 0x83, 0x4d, 0xdb, 0xb3, 0x89, 0xb3, 0x4f, 0xfa, 0x8e, 0x3c, 0xec, 0x1f, 0x91, 0xbe, 0xbd, 0x8b, 0x2d, 0xc7, 0x77, 0x88, 0x7b, 0x40, 0xfa, 0x8e,
0xb6, 0x39, 0x42, 0x17, 0x21, 0x4d, 0xc3, 0x29, 0x9e, 0x8e, 0x76, 0x6c, 0x40, 0xd7, 0x21, 0x19, 0x35, 0x42, 0xe7, 0x21, 0x43, 0x23, 0x17, 0x2f, 0x47, 0x3b, 0x31, 0xa0, 0xab, 0x90, 0x0a, 0xd5,
0x08, 0x4b, 0x7c, 0x1e, 0x77, 0x66, 0x7b, 0xb5, 0xc4, 0xc5, 0x2b, 0x85, 0xe2, 0x95, 0x76, 0x44, 0x23, 0x01, 0xcf, 0x3b, 0xbb, 0xb3, 0x56, 0xe6, 0x0a, 0x95, 0x23, 0x85, 0xca, 0xbb, 0x42, 0xfd,
0x61, 0xaa, 0xa9, 0xc0, 0xe9, 0x77, 0x7f, 0xae, 0x4b, 0x5a, 0xc8, 0xb9, 0x86, 0x7e, 0x7e, 0xb4, 0x5a, 0x3a, 0x0c, 0xfa, 0xdd, 0x9f, 0x1b, 0x92, 0x16, 0x71, 0xae, 0xa0, 0x9f, 0x1f, 0x6c, 0xe5,
0x99, 0x9d, 0x76, 0x58, 0xfc, 0x49, 0x82, 0xf4, 0xcd, 0x20, 0xe8, 0xba, 0x73, 0x87, 0xa0, 0x55, 0xa6, 0x03, 0x96, 0x7e, 0x92, 0x20, 0x73, 0x3d, 0x4c, 0xba, 0xe1, 0xde, 0x22, 0x68, 0x0d, 0xd2,
0x48, 0xb1, 0x0c, 0x3a, 0x36, 0xf7, 0x1e, 0xd7, 0x92, 0x6c, 0x5c, 0xb7, 0x50, 0x09, 0x16, 0x0c, 0xac, 0x82, 0x8e, 0xc3, 0xa3, 0x27, 0xb4, 0x14, 0x1b, 0x37, 0x6c, 0x54, 0x86, 0x45, 0xd3, 0x1e,
0x6b, 0x60, 0x3b, 0x5c, 0xb1, 0x39, 0x22, 0x73, 0xd8, 0x3c, 0x29, 0x91, 0x0c, 0xc9, 0x23, 0xec, 0x38, 0x2e, 0x57, 0x6c, 0x8e, 0xc8, 0x1c, 0x36, 0x4f, 0x4a, 0x24, 0x43, 0xea, 0x18, 0x7b, 0x61,
0x06, 0x51, 0xc8, 0x71, 0xee, 0x45, 0x0c, 0xd1, 0x65, 0x58, 0xa4, 0x84, 0x1a, 0xfd, 0x8e, 0x28, 0x16, 0x72, 0x82, 0x47, 0x11, 0x43, 0x74, 0x11, 0x96, 0x28, 0xa1, 0x66, 0xbf, 0x23, 0x96, 0x67,
0xcf, 0x02, 0x93, 0x20, 0xc3, 0x6c, 0x9f, 0x31, 0x53, 0xf1, 0x4b, 0xc8, 0xb0, 0x80, 0x45, 0xf9, 0x91, 0x49, 0x90, 0x65, 0xb6, 0xcf, 0x98, 0xa9, 0xf4, 0x25, 0x64, 0x59, 0xc2, 0x62, 0xf9, 0xe7,
0xe7, 0x84, 0xfc, 0x2e, 0x24, 0xb8, 0xe6, 0x42, 0xad, 0xb9, 0x55, 0xd2, 0x04, 0xb6, 0xf8, 0x4b, 0xa4, 0xfc, 0x2e, 0x24, 0xb9, 0xe6, 0x42, 0xad, 0xb9, 0xab, 0xa4, 0x09, 0x6c, 0xe9, 0x97, 0x18,
0x14, 0x72, 0xcc, 0x41, 0xc5, 0x34, 0x89, 0xef, 0x50, 0x26, 0xcc, 0x7f, 0x69, 0xb2, 0x93, 0x91, 0xe4, 0x59, 0x80, 0xaa, 0x65, 0x91, 0xc0, 0xa5, 0x4c, 0x98, 0xff, 0xd2, 0x64, 0xa7, 0x33, 0x8b,
0x45, 0x4f, 0x11, 0x33, 0xf6, 0xfa, 0x62, 0xc6, 0x4f, 0x17, 0x73, 0x61, 0x5a, 0xcc, 0x4f, 0x61, 0xbd, 0x40, 0xcc, 0xf8, 0xeb, 0x8b, 0x99, 0x78, 0xb1, 0x98, 0x8b, 0xd3, 0x62, 0x7e, 0x0a, 0x2b,
0xd9, 0x12, 0xd5, 0xee, 0x0c, 0x59, 0xb9, 0xe5, 0x04, 0x13, 0x62, 0xe5, 0xa5, 0xb6, 0xa9, 0x38, 0xb6, 0x58, 0xed, 0xce, 0x90, 0x2d, 0xb7, 0x9c, 0x64, 0x42, 0xac, 0x3e, 0xd7, 0x36, 0x55, 0x77,
0xa3, 0xea, 0x8c, 0xf6, 0xd0, 0xb2, 0xd6, 0x74, 0x7f, 0x5e, 0x85, 0xac, 0x85, 0x5d, 0xfb, 0x88, 0x54, 0x9b, 0xd1, 0x1e, 0x5a, 0xce, 0x9e, 0xee, 0xcf, 0xcb, 0x90, 0xb3, 0xb1, 0xe7, 0x1c, 0xb3,
0xf5, 0x58, 0xe7, 0x2e, 0x1e, 0xc9, 0x49, 0x16, 0xce, 0xd2, 0xb1, 0xf5, 0x13, 0x3c, 0xba, 0x96, 0x1e, 0xeb, 0xdc, 0xc6, 0x23, 0x39, 0xc5, 0xd2, 0x59, 0x3e, 0xb1, 0x7e, 0x82, 0x47, 0x57, 0xd2,
0xba, 0xff, 0x70, 0x3d, 0xf2, 0xf7, 0xc3, 0x75, 0xa9, 0xf8, 0x63, 0x06, 0x52, 0xfb, 0x2e, 0x19, 0x77, 0xef, 0x6f, 0x2c, 0xfc, 0x7d, 0x7f, 0x43, 0x2a, 0xfd, 0x98, 0x85, 0xf4, 0x81, 0x47, 0x86,
0x12, 0xcf, 0xe8, 0xa3, 0x75, 0xc8, 0x0c, 0xc5, 0xf7, 0x71, 0xb9, 0x20, 0x34, 0xd5, 0xad, 0x93, 0xc4, 0x37, 0xfb, 0x68, 0x03, 0xb2, 0x43, 0xf1, 0x7d, 0xb2, 0x5c, 0x10, 0x99, 0x1a, 0xf6, 0x69,
0x32, 0x47, 0x5f, 0x55, 0xe6, 0x79, 0x8d, 0xf6, 0x3e, 0xa4, 0xf9, 0xea, 0xc1, 0x56, 0x8d, 0x2b, 0x99, 0x63, 0xaf, 0x2a, 0xf3, 0xbc, 0x46, 0x7b, 0x1f, 0x32, 0x7c, 0xf6, 0x70, 0xab, 0x26, 0x94,
0xb1, 0xb9, 0x2b, 0x1e, 0x43, 0xd1, 0x4d, 0x58, 0xf4, 0xfc, 0xee, 0xc0, 0xa6, 0x14, 0x5b, 0x1d, 0xf8, 0xdc, 0x19, 0x4f, 0xa0, 0xe8, 0x3a, 0x2c, 0xf9, 0x41, 0x77, 0xe0, 0x50, 0x8a, 0xed, 0x8e,
0x83, 0xb7, 0x61, 0x66, 0x3b, 0xff, 0x92, 0x6c, 0xad, 0xf0, 0x98, 0xe3, 0xdb, 0xed, 0x41, 0xb0, 0xc9, 0xdb, 0x30, 0xbb, 0x53, 0x78, 0x4e, 0x36, 0x23, 0x3a, 0xcb, 0xf8, 0x76, 0xbb, 0x17, 0x6e,
0xdd, 0x32, 0xcf, 0x99, 0x15, 0x8a, 0xae, 0xc0, 0x12, 0xef, 0x81, 0xb0, 0x44, 0x09, 0x96, 0xf3, 0xb7, 0xec, 0x53, 0x66, 0x95, 0xa2, 0x4b, 0xb0, 0xcc, 0x7b, 0x20, 0x5a, 0xa2, 0x24, 0xab, 0x79,
0x22, 0x33, 0x1e, 0x88, 0x3a, 0x6d, 0xc3, 0x39, 0x0e, 0x32, 0x78, 0xc7, 0x3d, 0x07, 0x27, 0x19, 0x89, 0x19, 0x0f, 0xc5, 0x3a, 0xed, 0xc0, 0x19, 0x0e, 0x32, 0x79, 0xc7, 0x3d, 0x05, 0xa7, 0x18,
0xf8, 0x8d, 0xde, 0x89, 0x6e, 0x0c, 0x39, 0xd7, 0x21, 0xe1, 0x51, 0x83, 0xfa, 0x9e, 0x9c, 0x52, 0xf8, 0x8d, 0xde, 0xa9, 0x6e, 0x8c, 0x38, 0x57, 0x21, 0xe9, 0x53, 0x93, 0x06, 0xbe, 0x9c, 0x56,
0xa4, 0x8d, 0xec, 0xf6, 0xd5, 0xd9, 0xbd, 0x1d, 0x4a, 0x5f, 0xd2, 0x19, 0x58, 0x13, 0xa4, 0x80, 0xa4, 0xcd, 0xdc, 0xce, 0xe5, 0xd9, 0xbd, 0x1d, 0x49, 0x5f, 0xd6, 0x19, 0x58, 0x13, 0xa4, 0x90,
0xee, 0x62, 0xcf, 0xef, 0x53, 0x39, 0xfd, 0x4a, 0x74, 0x8d, 0x81, 0x35, 0x41, 0x42, 0x1f, 0x02, 0xee, 0x61, 0x3f, 0xe8, 0x53, 0x39, 0xf3, 0x4a, 0x74, 0x8d, 0x81, 0x35, 0x41, 0x42, 0x1f, 0x02,
0x1c, 0x11, 0x8a, 0x3b, 0xc1, 0x6a, 0x58, 0x06, 0xa6, 0xce, 0xda, 0xec, 0x25, 0x5a, 0x46, 0xbf, 0x1c, 0x13, 0x8a, 0x3b, 0xe1, 0x6c, 0x58, 0x06, 0xa6, 0xce, 0xfa, 0xec, 0x29, 0x0c, 0xb3, 0xdf,
0x3f, 0x12, 0x47, 0x60, 0x3a, 0x20, 0x05, 0x91, 0x60, 0x74, 0xe3, 0xf8, 0x28, 0xcb, 0xbc, 0x86, 0x1f, 0x89, 0x23, 0x30, 0x13, 0x92, 0xc2, 0x4c, 0x30, 0xba, 0x76, 0x72, 0x94, 0x65, 0x5f, 0x43,
0xb8, 0x21, 0x09, 0x1d, 0xc0, 0x32, 0xbe, 0x87, 0x4d, 0x9f, 0x12, 0xb7, 0x23, 0x32, 0x59, 0x64, 0xdc, 0x88, 0x84, 0x0e, 0x61, 0x05, 0xdf, 0xc1, 0x56, 0x40, 0x89, 0xd7, 0x11, 0x95, 0x2c, 0xb1,
0x99, 0x6c, 0x9e, 0x91, 0x89, 0x2a, 0x58, 0x22, 0xa3, 0x2c, 0x9e, 0x1a, 0xa3, 0x0d, 0x88, 0x0f, 0x4a, 0xb6, 0x5e, 0x52, 0x89, 0x2a, 0x58, 0xa2, 0xa2, 0x1c, 0x9e, 0x1a, 0xa3, 0x4d, 0x48, 0x0c,
0xbc, 0x9e, 0x27, 0x2f, 0xb1, 0x73, 0x7d, 0xe6, 0x46, 0xd1, 0x18, 0xa2, 0xf8, 0x44, 0x82, 0x04, 0xfc, 0x9e, 0x2f, 0x2f, 0xb3, 0x73, 0x7d, 0xe6, 0x46, 0xd1, 0x18, 0xa2, 0xf4, 0x48, 0x82, 0x24,
0x57, 0x15, 0x6d, 0x01, 0xd2, 0x5b, 0x95, 0x56, 0x5b, 0xef, 0xb4, 0x1b, 0xfa, 0xbe, 0x5a, 0xab, 0x57, 0x15, 0x6d, 0x03, 0xd2, 0x8d, 0xaa, 0xd1, 0xd6, 0x3b, 0xed, 0xa6, 0x7e, 0xa0, 0xd6, 0x1b,
0xef, 0xd6, 0xd5, 0x9d, 0x5c, 0x24, 0xbf, 0x3a, 0x9e, 0x28, 0xe7, 0x42, 0xcf, 0x1c, 0x5b, 0x77, 0x7b, 0x0d, 0x75, 0x37, 0xbf, 0x50, 0x58, 0x1b, 0x4f, 0x94, 0x33, 0x51, 0x64, 0x8e, 0x6d, 0xb8,
0x8e, 0x8c, 0xbe, 0x6d, 0xa1, 0x2d, 0xc8, 0x09, 0x8a, 0xde, 0xae, 0xde, 0xaa, 0xb7, 0x5a, 0xea, 0xc7, 0x66, 0xdf, 0xb1, 0xd1, 0x36, 0xe4, 0x05, 0x45, 0x6f, 0xd7, 0x6e, 0x34, 0x0c, 0x43, 0xdd,
0x4e, 0x4e, 0xca, 0xaf, 0x8d, 0x27, 0xca, 0x85, 0x69, 0x82, 0x1e, 0x76, 0x13, 0x7a, 0x1b, 0x96, 0xcd, 0x4b, 0x85, 0xf5, 0xf1, 0x44, 0x39, 0x37, 0x4d, 0xd0, 0xa3, 0x6e, 0x42, 0x6f, 0xc3, 0xb2,
0x04, 0xa5, 0xb6, 0xd7, 0xd4, 0xd5, 0x9d, 0x5c, 0x34, 0x2f, 0x8f, 0x27, 0xca, 0xca, 0x34, 0xbe, 0xa0, 0xd4, 0xf7, 0x5b, 0xba, 0xba, 0x9b, 0x8f, 0x15, 0xe4, 0xf1, 0x44, 0x59, 0x9d, 0xc6, 0xd7,
0xd6, 0x27, 0x1e, 0xb6, 0xd0, 0x26, 0x64, 0x05, 0xb8, 0x52, 0x6d, 0x6a, 0xc1, 0xea, 0xb1, 0x59, 0xfb, 0xc4, 0xc7, 0x36, 0xda, 0x82, 0x9c, 0x00, 0x57, 0x6b, 0x2d, 0x2d, 0x9c, 0x3d, 0x3e, 0x2b,
0xe1, 0x54, 0xba, 0xc4, 0xa5, 0xd8, 0xca, 0xc7, 0xef, 0xff, 0x50, 0x88, 0x14, 0x7f, 0x97, 0x20, 0x9d, 0x6a, 0x97, 0x78, 0x14, 0xdb, 0x85, 0xc4, 0xdd, 0x1f, 0x8a, 0x0b, 0xa5, 0xdf, 0x25, 0x48,
0x21, 0x74, 0xd8, 0x02, 0xa4, 0xa9, 0x7a, 0x7b, 0xaf, 0x35, 0x2f, 0x25, 0x8e, 0x0d, 0x53, 0x7a, 0x0a, 0x1d, 0xb6, 0x01, 0x69, 0xaa, 0xde, 0xde, 0x37, 0xe6, 0x95, 0xc4, 0xb1, 0x51, 0x49, 0xef,
0xef, 0x04, 0x65, 0xb7, 0xde, 0xa8, 0xec, 0xd5, 0x6f, 0xb3, 0xa4, 0x2e, 0x8d, 0x27, 0xca, 0xea, 0x9d, 0xa2, 0xec, 0x35, 0x9a, 0xd5, 0xfd, 0xc6, 0x4d, 0x56, 0xd4, 0x85, 0xf1, 0x44, 0x59, 0x9b,
0x34, 0xa5, 0xed, 0xdc, 0xb1, 0x1d, 0xa3, 0x6f, 0x7f, 0x83, 0x2d, 0x54, 0x86, 0x65, 0x41, 0xab, 0xa6, 0xb4, 0xdd, 0x5b, 0x8e, 0x6b, 0xf6, 0x9d, 0x6f, 0xb0, 0x8d, 0x2a, 0xb0, 0x22, 0x68, 0xd5,
0xd4, 0x6a, 0xea, 0x7e, 0x8b, 0x25, 0x96, 0x1f, 0x4f, 0x94, 0xf3, 0xd3, 0x9c, 0x8a, 0x69, 0xe2, 0x7a, 0x5d, 0x3d, 0x30, 0x58, 0x61, 0x85, 0xf1, 0x44, 0x39, 0x3b, 0xcd, 0xa9, 0x5a, 0x16, 0x1e,
0x21, 0x9d, 0x22, 0x68, 0xea, 0xc7, 0x6a, 0x8d, 0xe7, 0x36, 0x83, 0xa0, 0xe1, 0xaf, 0xb0, 0x79, 0xd2, 0x29, 0x82, 0xa6, 0x7e, 0xac, 0xd6, 0x79, 0x6d, 0x33, 0x08, 0x1a, 0xfe, 0x0a, 0x5b, 0x27,
0x9c, 0xdc, 0xf7, 0x51, 0xc8, 0x4e, 0x17, 0x1f, 0x55, 0x61, 0x4d, 0xfd, 0x5c, 0xad, 0xb5, 0x5b, 0xc5, 0x7d, 0x1f, 0x83, 0xdc, 0xf4, 0xe2, 0xa3, 0x1a, 0xac, 0xab, 0x9f, 0xab, 0xf5, 0xb6, 0xd1,
0x4d, 0xad, 0x33, 0x33, 0xdb, 0xcb, 0xe3, 0x89, 0x72, 0x29, 0x5c, 0x75, 0x9a, 0x1c, 0x66, 0x7d, 0xd2, 0x3a, 0x33, 0xab, 0xbd, 0x38, 0x9e, 0x28, 0x17, 0xa2, 0x59, 0xa7, 0xc9, 0x51, 0xd5, 0x57,
0x1d, 0x2e, 0xbc, 0xb8, 0x46, 0xa3, 0xd9, 0xea, 0x68, 0xed, 0x46, 0x4e, 0xca, 0x2b, 0xe3, 0x89, 0xe1, 0xdc, 0xb3, 0x73, 0x34, 0x5b, 0x46, 0x47, 0x6b, 0x37, 0xf3, 0x52, 0x41, 0x19, 0x4f, 0x94,
0x72, 0x71, 0x36, 0xbf, 0x41, 0xa8, 0xe6, 0x3b, 0xe8, 0xc6, 0xcb, 0x74, 0xbd, 0x5d, 0xab, 0xa9, 0xf3, 0xb3, 0xf9, 0x4d, 0x42, 0xb5, 0xc0, 0x45, 0xd7, 0x9e, 0xa7, 0xeb, 0xed, 0x7a, 0x5d, 0xd5,
0xba, 0x9e, 0x8b, 0xce, 0x73, 0xaf, 0xfb, 0xa6, 0x19, 0x9c, 0x7e, 0x33, 0xf8, 0xbb, 0x95, 0xfa, 0xf5, 0x7c, 0x6c, 0x5e, 0x78, 0x3d, 0xb0, 0xac, 0xf0, 0xf4, 0x9b, 0xc1, 0xdf, 0xab, 0x36, 0xf6,
0x5e, 0x5b, 0x53, 0x73, 0xb1, 0x79, 0xfc, 0x5d, 0xc3, 0xee, 0xfb, 0x2e, 0xe6, 0xda, 0x5c, 0x8b, 0xdb, 0x9a, 0x9a, 0x8f, 0xcf, 0xe3, 0xef, 0x99, 0x4e, 0x3f, 0xf0, 0x30, 0xd7, 0xe6, 0x4a, 0x22,
0x07, 0xe7, 0x75, 0xf1, 0x5b, 0x09, 0x16, 0xd8, 0x76, 0x45, 0x6b, 0x90, 0x1e, 0x61, 0xaf, 0xc3, 0x3c, 0xaf, 0x4b, 0xdf, 0x4a, 0xb0, 0xc8, 0xb6, 0x2b, 0x5a, 0x87, 0xcc, 0x08, 0xfb, 0x1d, 0x76,
0x4e, 0x1c, 0xf1, 0x0c, 0x49, 0x8d, 0xb0, 0x57, 0x0b, 0xc6, 0xc1, 0xbd, 0xe6, 0x10, 0x31, 0xc7, 0xe2, 0x88, 0x67, 0x48, 0x7a, 0x84, 0xfd, 0x7a, 0x38, 0x0e, 0xef, 0x35, 0x97, 0x08, 0x1f, 0x7f,
0x9f, 0x4f, 0x49, 0x87, 0xf0, 0xa9, 0x2b, 0xb0, 0x64, 0x74, 0x3d, 0x6a, 0xd8, 0x8e, 0x98, 0x67, 0x3e, 0xa5, 0x5c, 0xc2, 0x5d, 0x97, 0x60, 0xd9, 0xec, 0xfa, 0xd4, 0x74, 0x5c, 0xe1, 0x67, 0xf7,
0xf7, 0x9b, 0xb6, 0x28, 0x8c, 0x1c, 0x74, 0x09, 0xe0, 0x08, 0xd3, 0x70, 0x85, 0x38, 0x7f, 0xe4, 0x9b, 0xb6, 0x24, 0x8c, 0x1c, 0x74, 0x01, 0xe0, 0x18, 0xd3, 0x68, 0x86, 0x04, 0x7f, 0xe4, 0x84,
0x04, 0x16, 0x36, 0x2d, 0x62, 0xf9, 0x47, 0x82, 0xf8, 0x01, 0xa1, 0xf8, 0xec, 0x3b, 0xa3, 0x04, 0x16, 0xe6, 0x16, 0xb9, 0xfc, 0x23, 0x41, 0xe2, 0x90, 0x50, 0xfc, 0xf2, 0x3b, 0xa3, 0x0c, 0x8b,
0x0b, 0xc1, 0xb1, 0xe2, 0x9e, 0xfd, 0x30, 0x61, 0xb0, 0xe0, 0x55, 0x60, 0x1e, 0x12, 0xdb, 0xc4, 0xe1, 0xb1, 0xe2, 0xbd, 0xfc, 0x61, 0xc2, 0x60, 0xe1, 0xab, 0xc0, 0x3a, 0x22, 0x8e, 0x85, 0x59,
0x2c, 0xb8, 0xec, 0x69, 0xaf, 0x82, 0x1a, 0xc3, 0x68, 0x02, 0x3b, 0xf7, 0x06, 0xfe, 0xbf, 0x6e, 0x72, 0xb9, 0x17, 0xbd, 0x0a, 0xea, 0x0c, 0xa3, 0x09, 0xec, 0xdc, 0x1b, 0xf8, 0xff, 0xba, 0x2d,
0x8b, 0xb7, 0x2c, 0x48, 0x70, 0xb7, 0xe8, 0x3c, 0xa0, 0xda, 0x47, 0xcd, 0x7a, 0x4d, 0x9d, 0x6e, 0xde, 0xb2, 0x21, 0xc9, 0xc3, 0xa2, 0xb3, 0x80, 0xea, 0x1f, 0xb5, 0x1a, 0x75, 0x75, 0xba, 0x21,
0x48, 0xb4, 0x04, 0x69, 0x61, 0x6f, 0x34, 0x73, 0x12, 0xca, 0x02, 0x88, 0xe1, 0x17, 0xaa, 0x9e, 0xd1, 0x32, 0x64, 0x84, 0xbd, 0xd9, 0xca, 0x4b, 0x28, 0x07, 0x20, 0x86, 0x5f, 0xa8, 0x7a, 0x3e,
0x8b, 0x22, 0x04, 0x59, 0x31, 0xae, 0x54, 0xf5, 0x56, 0xa5, 0xde, 0xc8, 0xc5, 0xd0, 0x32, 0x64, 0x86, 0x10, 0xe4, 0xc4, 0xb8, 0x5a, 0xd3, 0x8d, 0x6a, 0xa3, 0x99, 0x8f, 0xa3, 0x15, 0xc8, 0x0a,
0x84, 0xed, 0x40, 0x6d, 0x35, 0x73, 0xf1, 0xea, 0x8d, 0xc7, 0x4f, 0x0b, 0xd2, 0x93, 0xa7, 0x05, 0xdb, 0xa1, 0x6a, 0xb4, 0xf2, 0x89, 0xda, 0xb5, 0x87, 0x8f, 0x8b, 0xd2, 0xa3, 0xc7, 0x45, 0xe9,
0xe9, 0xaf, 0xa7, 0x05, 0xe9, 0xc1, 0xb3, 0x42, 0xe4, 0xc9, 0xb3, 0x42, 0xe4, 0xb7, 0x67, 0x85, 0xaf, 0xc7, 0x45, 0xe9, 0xde, 0x93, 0xe2, 0xc2, 0xa3, 0x27, 0xc5, 0x85, 0xdf, 0x9e, 0x14, 0x17,
0xc8, 0xed, 0x37, 0x7b, 0x36, 0x3d, 0xf4, 0xbb, 0x25, 0x93, 0x0c, 0xc4, 0x6b, 0x5b, 0xfc, 0x6c, 0x6e, 0xbe, 0xd9, 0x73, 0xe8, 0x51, 0xd0, 0x2d, 0x5b, 0x64, 0x20, 0x1e, 0xe2, 0xe2, 0x67, 0xcb,
0x7a, 0xd6, 0xdd, 0xf2, 0x3d, 0xfe, 0x67, 0xa2, 0x9b, 0x60, 0x09, 0xbd, 0xf3, 0x6f, 0x00, 0x00, 0xb7, 0x6f, 0x57, 0xee, 0xf0, 0x7f, 0x0c, 0xdd, 0x24, 0x2b, 0xe8, 0x9d, 0x7f, 0x03, 0x00, 0x00,
0x00, 0xff, 0xff, 0x16, 0xa0, 0x18, 0x41, 0x63, 0x0c, 0x00, 0x00, 0xff, 0xff, 0xa5, 0x29, 0x77, 0x23, 0x48, 0x0c, 0x00, 0x00,
} }
func (this *GroupAccountInfo) Equal(that interface{}) bool { func (this *GroupAccountInfo) Equal(that interface{}) bool {