Commit 35c72dd8 authored by linj's avatar linj Committed by linj

update proto

parent 3f79a4ad
...@@ -72,10 +72,8 @@ message UnfreezeTerminate { ...@@ -72,10 +72,8 @@ message UnfreezeTerminate {
// receipt // receipt
message ReceiptUnfreeze { message ReceiptUnfreeze {
string unfreezeID = 1; Unfreeze prev = 1;
string initiator = 2; Unfreeze cur = 2;
string beneficiary = 3;
string tokenName = 4;
} }
// query // query
......
...@@ -652,10 +652,8 @@ func (m *UnfreezeTerminate) GetUnfreezeID() string { ...@@ -652,10 +652,8 @@ func (m *UnfreezeTerminate) GetUnfreezeID() string {
// receipt // receipt
type ReceiptUnfreeze struct { type ReceiptUnfreeze struct {
UnfreezeID string `protobuf:"bytes,1,opt,name=unfreezeID" json:"unfreezeID,omitempty"` Prev *Unfreeze `protobuf:"bytes,1,opt,name=prev" json:"prev,omitempty"`
Initiator string `protobuf:"bytes,2,opt,name=initiator" json:"initiator,omitempty"` Cur *Unfreeze `protobuf:"bytes,2,opt,name=cur" json:"cur,omitempty"`
Beneficiary string `protobuf:"bytes,3,opt,name=beneficiary" json:"beneficiary,omitempty"`
TokenName string `protobuf:"bytes,4,opt,name=tokenName" json:"tokenName,omitempty"`
} }
func (m *ReceiptUnfreeze) Reset() { *m = ReceiptUnfreeze{} } func (m *ReceiptUnfreeze) Reset() { *m = ReceiptUnfreeze{} }
...@@ -663,32 +661,18 @@ func (m *ReceiptUnfreeze) String() string { return proto.CompactTextS ...@@ -663,32 +661,18 @@ func (m *ReceiptUnfreeze) String() string { return proto.CompactTextS
func (*ReceiptUnfreeze) ProtoMessage() {} func (*ReceiptUnfreeze) ProtoMessage() {}
func (*ReceiptUnfreeze) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } func (*ReceiptUnfreeze) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
func (m *ReceiptUnfreeze) GetUnfreezeID() string { func (m *ReceiptUnfreeze) GetPrev() *Unfreeze {
if m != nil { if m != nil {
return m.UnfreezeID return m.Prev
} }
return "" return nil
}
func (m *ReceiptUnfreeze) GetInitiator() string {
if m != nil {
return m.Initiator
}
return ""
}
func (m *ReceiptUnfreeze) GetBeneficiary() string {
if m != nil {
return m.Beneficiary
}
return ""
} }
func (m *ReceiptUnfreeze) GetTokenName() string { func (m *ReceiptUnfreeze) GetCur() *Unfreeze {
if m != nil { if m != nil {
return m.TokenName return m.Cur
} }
return "" return nil
} }
// query // query
...@@ -748,40 +732,40 @@ func init() { ...@@ -748,40 +732,40 @@ func init() {
func init() { proto.RegisterFile("unfreeze.proto", fileDescriptor0) } func init() { proto.RegisterFile("unfreeze.proto", fileDescriptor0) }
var fileDescriptor0 = []byte{ var fileDescriptor0 = []byte{
// 557 bytes of a gzipped FileDescriptorProto // 556 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xc1, 0x6e, 0xd3, 0x4c, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x5d, 0x8f, 0xd2, 0x40,
0x10, 0x8e, 0xed, 0x3a, 0x8d, 0x27, 0xfa, 0xd3, 0xfe, 0x2b, 0x0a, 0x2b, 0x84, 0x50, 0x64, 0x71, 0x14, 0xa5, 0x94, 0x02, 0xbd, 0x44, 0x58, 0x27, 0xae, 0x36, 0xc6, 0x18, 0xac, 0x3e, 0xf0, 0x84,
0xc8, 0x29, 0xa0, 0x54, 0x08, 0x24, 0x0e, 0x28, 0x2d, 0xa0, 0x20, 0xa1, 0x02, 0x26, 0x88, 0xf3, 0x86, 0x8d, 0xd1, 0xc4, 0x07, 0xc3, 0xae, 0x1a, 0x4c, 0x8c, 0x1f, 0x15, 0x63, 0x7c, 0x1c, 0xca,
0x26, 0x99, 0x90, 0x15, 0xf6, 0xae, 0xb5, 0xde, 0xb4, 0x35, 0x2f, 0xc1, 0x03, 0xf0, 0x3c, 0x9c, 0x45, 0x26, 0x69, 0x67, 0x9a, 0xe9, 0x94, 0xdd, 0xfa, 0x57, 0xfc, 0x3d, 0x3e, 0xf9, 0xa7, 0x4c,
0x78, 0x29, 0xe4, 0xb5, 0x63, 0x27, 0x0e, 0x25, 0x6a, 0x8e, 0xf3, 0xcd, 0x7c, 0xdf, 0xcc, 0x7a, 0xa7, 0xa5, 0x40, 0xc9, 0x4a, 0x96, 0xc7, 0x39, 0xe7, 0x9e, 0x73, 0xef, 0xf4, 0x9e, 0x0e, 0x74,
0x3e, 0x0f, 0x74, 0x96, 0x62, 0xae, 0x10, 0xbf, 0x63, 0x3f, 0x56, 0x52, 0x4b, 0xe2, 0xea, 0x34, 0x13, 0xbe, 0x90, 0x88, 0xbf, 0x70, 0x18, 0x49, 0xa1, 0x04, 0xb1, 0x54, 0x1a, 0x61, 0xec, 0xfe,
0xc6, 0xc4, 0xff, 0xe9, 0x40, 0xeb, 0x73, 0x91, 0x21, 0x0f, 0x01, 0x56, 0x55, 0x6f, 0x5f, 0x51, 0x36, 0xa1, 0xfd, 0xad, 0x60, 0xc8, 0x43, 0x80, 0x75, 0xd5, 0xfb, 0x37, 0x8e, 0xd1, 0x37, 0x06,
0xab, 0x6b, 0xf5, 0xbc, 0x60, 0x0d, 0x21, 0x0f, 0xc0, 0x4b, 0x34, 0x53, 0x7a, 0xcc, 0x23, 0xa4, 0xb6, 0xb7, 0x85, 0x90, 0x07, 0x60, 0xc7, 0x8a, 0x4a, 0x35, 0x65, 0x21, 0x3a, 0xf5, 0xbe, 0x31,
0x76, 0xd7, 0xea, 0x39, 0x41, 0x05, 0x64, 0x59, 0x96, 0x24, 0xa8, 0x5f, 0x5f, 0xe3, 0x94, 0x3a, 0x30, 0xbd, 0x0d, 0x90, 0xb1, 0x34, 0x8e, 0x51, 0xbd, 0xbd, 0x42, 0xdf, 0x31, 0xb5, 0x78, 0x03,
0x86, 0x5c, 0x01, 0xa4, 0x0b, 0x6d, 0x13, 0x7c, 0x4a, 0xa3, 0x89, 0x0c, 0xe9, 0x81, 0xc9, 0xaf, 0x90, 0x3e, 0x74, 0xf4, 0xe1, 0x6b, 0x1a, 0xce, 0x44, 0xe0, 0x34, 0x34, 0xbf, 0x0d, 0x65, 0xdd,
0x43, 0x59, 0x77, 0x2d, 0x35, 0x0b, 0xcf, 0xe5, 0x52, 0x68, 0xea, 0x1a, 0xf9, 0x35, 0x24, 0xd3, 0x95, 0x50, 0x34, 0xb8, 0x10, 0x09, 0x57, 0x8e, 0xa5, 0xed, 0xb7, 0x90, 0xcc, 0x9f, 0x71, 0xa6,
0xe7, 0x82, 0x6b, 0xce, 0xb4, 0x54, 0xb4, 0x99, 0xeb, 0x97, 0x40, 0xa6, 0x3f, 0x41, 0x81, 0x73, 0x18, 0x55, 0x42, 0x3a, 0xcd, 0xdc, 0xbf, 0x04, 0x32, 0xff, 0x19, 0x72, 0x5c, 0x30, 0x9f, 0x51,
0x3e, 0xe5, 0x4c, 0xa5, 0xf4, 0x30, 0xd7, 0x5f, 0x83, 0x32, 0xbe, 0xc2, 0x88, 0x71, 0xc1, 0xc5, 0x99, 0x3a, 0xad, 0xdc, 0x7f, 0x0b, 0xca, 0xf4, 0x12, 0x43, 0xca, 0x38, 0xe3, 0x3f, 0x9d, 0x76,
0x57, 0xda, 0xca, 0xa7, 0x2f, 0x01, 0x72, 0x07, 0xdc, 0x08, 0x99, 0x48, 0xa8, 0x67, 0x98, 0x79, 0x3e, 0x7d, 0x09, 0x90, 0x3b, 0x60, 0x85, 0x48, 0x79, 0xec, 0xd8, 0x5a, 0x99, 0x1f, 0xc8, 0x33,
0x40, 0x9e, 0x80, 0x37, 0xe7, 0xd7, 0xc3, 0xc8, 0x8c, 0x04, 0x5d, 0xab, 0xd7, 0x1e, 0x1c, 0xf7, 0xb0, 0x17, 0xec, 0x6a, 0x1c, 0xea, 0x91, 0xa0, 0x6f, 0x0c, 0x3a, 0xa3, 0x93, 0xa1, 0xfe, 0x72,
0xcd, 0x97, 0xeb, 0xbf, 0x59, 0xe1, 0xa3, 0x46, 0x50, 0x15, 0x91, 0x97, 0xd0, 0x09, 0x71, 0xae, 0xc3, 0x77, 0x6b, 0x7c, 0x52, 0xf3, 0x36, 0x45, 0xe4, 0x35, 0x74, 0x03, 0x5c, 0xa8, 0xcf, 0x52,
0x3f, 0x28, 0x19, 0x4b, 0xa5, 0xb9, 0x14, 0xb4, 0x6d, 0x68, 0x27, 0x05, 0xed, 0xdd, 0x46, 0x72, 0x44, 0x42, 0x2a, 0x26, 0xb8, 0xd3, 0xd1, 0xb2, 0xd3, 0x42, 0xf6, 0x61, 0x87, 0x9c, 0xd4, 0xbc,
0xd4, 0x08, 0x6a, 0xe5, 0x67, 0x00, 0x2d, 0xd3, 0xfb, 0x7d, 0xac, 0xfd, 0x17, 0xe0, 0x95, 0x6d, 0x4a, 0xf9, 0x39, 0x40, 0x5b, 0xf7, 0xfe, 0x14, 0x29, 0xf7, 0x15, 0xd8, 0x65, 0x1b, 0x72, 0x17,
0xc8, 0x5d, 0x68, 0xc6, 0xa8, 0xb8, 0x9c, 0x99, 0xcd, 0x38, 0x41, 0x11, 0x65, 0x38, 0xcb, 0x07, 0x9a, 0x11, 0x4a, 0x26, 0xe6, 0x7a, 0x33, 0xa6, 0x57, 0x9c, 0x32, 0x9c, 0xe6, 0x03, 0xe6, 0x2b,
0xcc, 0x57, 0x52, 0x44, 0xfe, 0x05, 0x74, 0x36, 0x9b, 0xdd, 0xa8, 0xf0, 0x08, 0xfe, 0xd3, 0x28, 0x29, 0x4e, 0xee, 0x47, 0xe8, 0xee, 0x36, 0xbb, 0xd6, 0xe1, 0x09, 0xdc, 0x52, 0xc8, 0xa7, 0x4b,
0xc6, 0x0b, 0xb9, 0x4c, 0x98, 0x98, 0xe9, 0x45, 0x21, 0xb4, 0x09, 0xfa, 0xbf, 0x2d, 0xe8, 0xac, 0x91, 0xc4, 0x94, 0xcf, 0xd5, 0xb2, 0x30, 0xda, 0x05, 0xdd, 0xbf, 0x06, 0x74, 0xd7, 0x51, 0x19,
0xac, 0x32, 0x9c, 0x1a, 0xc1, 0xc7, 0xd0, 0x9c, 0x2a, 0x64, 0x1a, 0x8d, 0x60, 0xf5, 0xc8, 0x55, 0xfb, 0xda, 0xf0, 0x29, 0x34, 0x7d, 0x89, 0x54, 0xa1, 0x36, 0xdc, 0x5c, 0x72, 0x5d, 0x76, 0xa1,
0xd9, 0xb9, 0x49, 0x8e, 0x1a, 0x41, 0x51, 0x46, 0x9e, 0x42, 0xeb, 0x8a, 0xeb, 0xc5, 0x4c, 0xb1, 0xc9, 0x49, 0xcd, 0x2b, 0xca, 0xc8, 0x73, 0x68, 0x5f, 0x32, 0xb5, 0x9c, 0x4b, 0x7a, 0xa9, 0x9b,
0x2b, 0xd3, 0xa4, 0x3d, 0xb8, 0x57, 0xa3, 0x7c, 0x29, 0xd2, 0xa3, 0x46, 0x50, 0x96, 0x92, 0xe7, 0x74, 0x46, 0xf7, 0x2a, 0x92, 0xef, 0x05, 0x3d, 0xa9, 0x79, 0x65, 0x29, 0x79, 0x09, 0xb6, 0x42,
0xe0, 0x69, 0x54, 0x11, 0x17, 0x59, 0x2b, 0xc7, 0xf0, 0x68, 0x8d, 0x37, 0x5e, 0xe5, 0xb3, 0x75, 0x19, 0x32, 0x9e, 0xb5, 0x32, 0xb5, 0xce, 0xa9, 0xe8, 0xa6, 0x6b, 0x3e, 0x5b, 0x47, 0x59, 0x4c,
0x94, 0xc5, 0xa4, 0x03, 0xb6, 0x4e, 0x8d, 0xdb, 0xdc, 0xc0, 0xd6, 0xe9, 0xd9, 0x21, 0xb8, 0x97, 0xba, 0x50, 0x57, 0xa9, 0x4e, 0x9b, 0xe5, 0xd5, 0x55, 0x7a, 0xde, 0x02, 0x6b, 0x45, 0x83, 0x04,
0x2c, 0x5c, 0xa2, 0xff, 0xcb, 0xae, 0x5e, 0x93, 0x8f, 0xb9, 0x69, 0x6f, 0xeb, 0x9f, 0xf6, 0xb6, 0xdd, 0x3f, 0xf5, 0xcd, 0x6d, 0xf2, 0x31, 0x77, 0xe3, 0x6d, 0xfc, 0x37, 0xde, 0xf5, 0x03, 0xf1,
0x77, 0xd8, 0xdb, 0xd9, 0x65, 0xef, 0x83, 0x2d, 0x7b, 0xd7, 0x0c, 0xec, 0x6e, 0x1b, 0xb8, 0xb4, 0x36, 0x0f, 0xc5, 0xbb, 0xb1, 0x17, 0xef, 0x4a, 0x80, 0xad, 0xfd, 0x00, 0x97, 0x11, 0x6d, 0x5e,
0x68, 0xf3, 0x46, 0x8b, 0x1e, 0xee, 0x67, 0xd1, 0xd6, 0xfe, 0x16, 0x1d, 0xc0, 0x71, 0x7d, 0x75, 0x1b, 0xd1, 0xd6, 0x71, 0x11, 0x6d, 0x1f, 0x1f, 0xd1, 0x11, 0x9c, 0x54, 0x57, 0x77, 0xe8, 0x1d,
0xbb, 0xee, 0x88, 0x7f, 0x0a, 0xff, 0x6f, 0xad, 0x6d, 0x27, 0xe9, 0x87, 0x05, 0x47, 0x01, 0x4e, 0x71, 0xcf, 0xe0, 0xf6, 0xde, 0xda, 0x0e, 0x8a, 0x7e, 0x40, 0xcf, 0x43, 0x1f, 0x59, 0xa4, 0xca,
0x91, 0xc7, 0xfa, 0x36, 0x07, 0xab, 0x3a, 0x19, 0xf6, 0x8e, 0x93, 0xe1, 0xfc, 0xf5, 0x64, 0x68, 0xf7, 0xea, 0x31, 0x34, 0x22, 0x89, 0xab, 0x22, 0x7c, 0xbd, 0x4a, 0x22, 0x3c, 0x4d, 0x92, 0x47,
0xf9, 0x0d, 0xc5, 0x05, 0x8b, 0xb0, 0x38, 0x59, 0x15, 0xe0, 0x3f, 0x83, 0x93, 0x8f, 0x4b, 0x54, 0x60, 0xfa, 0x89, 0x2c, 0xd2, 0xb6, 0x57, 0x93, 0x71, 0xee, 0x0b, 0x38, 0xfd, 0x92, 0xa0, 0x4c,
0xe9, 0xad, 0xdf, 0x3f, 0x87, 0xfb, 0x01, 0xc6, 0x61, 0xba, 0x17, 0x9b, 0xf4, 0xe0, 0x88, 0x5d, 0x6f, 0x7c, 0x91, 0x05, 0xdc, 0xf7, 0x30, 0x0a, 0xd2, 0xa3, 0xd4, 0x64, 0x00, 0x3d, 0xba, 0xa2,
0x32, 0x1e, 0xb2, 0x49, 0x88, 0xc3, 0xf5, 0x1f, 0xbf, 0x0e, 0x4f, 0x9a, 0xe6, 0xd4, 0x9f, 0xfe, 0x2c, 0xa0, 0xb3, 0x00, 0xc7, 0xdb, 0x7f, 0x70, 0x15, 0x9e, 0x35, 0xf5, 0x9b, 0x7d, 0xf6, 0x2f,
0x09, 0x00, 0x00, 0xff, 0xff, 0x2c, 0x7a, 0x09, 0xb2, 0xfc, 0x05, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa6, 0x5c, 0xce, 0xc4, 0xc5, 0x05, 0x00, 0x00,
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment