Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MetaProtocol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nebula
MetaProtocol
Commits
8177ac74
Commit
8177ac74
authored
Nov 07, 2022
by
Ubuntu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replace go mod name
parent
9e286e17
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
1132 additions
and
333 deletions
+1132
-333
buf.gen.yaml
buf.gen.yaml
+1
-1
eth.pb.go
gen/proto/go/base/v1/eth.pb.go
+548
-0
options.pb.go
gen/proto/go/base/v1/options.pb.go
+100
-0
request_response.pb.go
gen/proto/go/base/v1/request_response.pb.go
+11
-10
resource.pb.go
gen/proto/go/base/v1/resource.pb.go
+222
-97
request_response.pb.go
gen/proto/go/crypter/v1/request_response.pb.go
+12
-11
resource.pb.go
gen/proto/go/crypter/v1/resource.pb.go
+12
-11
service.pb.go
gen/proto/go/crypter/v1/service.pb.go
+13
-11
eth.pb.go
gen/proto/go/ethrpc/v1/eth.pb.go
+12
-11
account_req_res.pb.go
gen/proto/go/nebula/v1/account_req_res.pb.go
+11
-10
request_response.pb.go
gen/proto/go/nebula/v1/request_response.pb.go
+12
-11
resource.pb.go
gen/proto/go/nebula/v1/resource.pb.go
+13
-12
service.pb.go
gen/proto/go/nebula/v1/service.pb.go
+12
-11
request_response.pb.go
gen/proto/go/p2p/v1/request_response.pb.go
+11
-10
resource.pb.go
gen/proto/go/p2p/v1/resource.pb.go
+11
-10
service.pb.go
gen/proto/go/p2p/v1/service.pb.go
+10
-9
account_req_res.pb.go
gen/proto/go/ring/v1/account_req_res.pb.go
+12
-11
request_response.pb.go
gen/proto/go/ring/v1/request_response.pb.go
+11
-10
resource.pb.go
gen/proto/go/ring/v1/resource.pb.go
+11
-10
service.pb.go
gen/proto/go/ring/v1/service.pb.go
+11
-10
request_response.pb.go
gen/proto/go/sentry/v1/request_response.pb.go
+11
-10
resource.pb.go
gen/proto/go/sentry/v1/resource.pb.go
+12
-11
service.pb.go
gen/proto/go/sentry/v1/service.pb.go
+12
-10
request_response.pb.go
gen/proto/go/txchecker/v1/request_response.pb.go
+14
-13
resource.pb.go
gen/proto/go/txchecker/v1/resource.pb.go
+13
-11
service.pb.go
gen/proto/go/txchecker/v1/service.pb.go
+13
-11
go.mod
go.mod
+1
-1
No files found.
buf.gen.yaml
View file @
8177ac74
...
...
@@ -2,7 +2,7 @@ version: v1
managed
:
enabled
:
true
go_package_prefix
:
default
:
github.com/
cmpchain
/metaprotocol/gen/proto/go
default
:
github.com/
CaduceusMetaverseProtocol
/metaprotocol/gen/proto/go
except
:
-
buf.build/googleapis/googleapis
plugins
:
...
...
gen/proto/go/base/v1/eth.pb.go
0 → 100644
View file @
8177ac74
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: base/v1/eth.proto
package
basev1
import
(
protoreflect
"google.golang.org/protobuf/reflect/protoreflect"
protoimpl
"google.golang.org/protobuf/runtime/protoimpl"
_
"google.golang.org/protobuf/types/known/anypb"
_
"google.golang.org/protobuf/types/known/timestamppb"
reflect
"reflect"
sync
"sync"
)
const
(
// Verify that this generated code is sufficiently up-to-date.
_
=
protoimpl
.
EnforceVersion
(
20
-
protoimpl
.
MinVersion
)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_
=
protoimpl
.
EnforceVersion
(
protoimpl
.
MaxVersion
-
20
)
)
type
StdTxData
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
Type
uint32
`protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
Nonce
uint64
`protobuf:"varint,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
GasPrice
*
BigInt
`protobuf:"bytes,3,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"`
GasLimit
uint64
`protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"`
Recipient
*
Address
`protobuf:"bytes,5,opt,name=recipient,proto3" json:"recipient,omitempty"`
Amount
*
BigInt
`protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"`
Data
[]
byte
`protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`
R
*
BigInt
`protobuf:"bytes,8,opt,name=r,proto3" json:"r,omitempty"`
S
*
BigInt
`protobuf:"bytes,9,opt,name=s,proto3" json:"s,omitempty"`
V
*
BigInt
`protobuf:"bytes,10,opt,name=v,proto3" json:"v,omitempty"`
}
func
(
x
*
StdTxData
)
Reset
()
{
*
x
=
StdTxData
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_eth_proto_msgTypes
[
0
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
}
func
(
x
*
StdTxData
)
String
()
string
{
return
protoimpl
.
X
.
MessageStringOf
(
x
)
}
func
(
*
StdTxData
)
ProtoMessage
()
{}
func
(
x
*
StdTxData
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_eth_proto_msgTypes
[
0
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
ms
.
StoreMessageInfo
(
mi
)
}
return
ms
}
return
mi
.
MessageOf
(
x
)
}
// Deprecated: Use StdTxData.ProtoReflect.Descriptor instead.
func
(
*
StdTxData
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_eth_proto_rawDescGZIP
(),
[]
int
{
0
}
}
func
(
x
*
StdTxData
)
GetType
()
uint32
{
if
x
!=
nil
{
return
x
.
Type
}
return
0
}
func
(
x
*
StdTxData
)
GetNonce
()
uint64
{
if
x
!=
nil
{
return
x
.
Nonce
}
return
0
}
func
(
x
*
StdTxData
)
GetGasPrice
()
*
BigInt
{
if
x
!=
nil
{
return
x
.
GasPrice
}
return
nil
}
func
(
x
*
StdTxData
)
GetGasLimit
()
uint64
{
if
x
!=
nil
{
return
x
.
GasLimit
}
return
0
}
func
(
x
*
StdTxData
)
GetRecipient
()
*
Address
{
if
x
!=
nil
{
return
x
.
Recipient
}
return
nil
}
func
(
x
*
StdTxData
)
GetAmount
()
*
BigInt
{
if
x
!=
nil
{
return
x
.
Amount
}
return
nil
}
func
(
x
*
StdTxData
)
GetData
()
[]
byte
{
if
x
!=
nil
{
return
x
.
Data
}
return
nil
}
func
(
x
*
StdTxData
)
GetR
()
*
BigInt
{
if
x
!=
nil
{
return
x
.
R
}
return
nil
}
func
(
x
*
StdTxData
)
GetS
()
*
BigInt
{
if
x
!=
nil
{
return
x
.
S
}
return
nil
}
func
(
x
*
StdTxData
)
GetV
()
*
BigInt
{
if
x
!=
nil
{
return
x
.
V
}
return
nil
}
type
Receipt
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
Type
uint32
`protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
}
func
(
x
*
Receipt
)
Reset
()
{
*
x
=
Receipt
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_eth_proto_msgTypes
[
1
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
}
func
(
x
*
Receipt
)
String
()
string
{
return
protoimpl
.
X
.
MessageStringOf
(
x
)
}
func
(
*
Receipt
)
ProtoMessage
()
{}
func
(
x
*
Receipt
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_eth_proto_msgTypes
[
1
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
ms
.
StoreMessageInfo
(
mi
)
}
return
ms
}
return
mi
.
MessageOf
(
x
)
}
// Deprecated: Use Receipt.ProtoReflect.Descriptor instead.
func
(
*
Receipt
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_eth_proto_rawDescGZIP
(),
[]
int
{
1
}
}
func
(
x
*
Receipt
)
GetType
()
uint32
{
if
x
!=
nil
{
return
x
.
Type
}
return
0
}
type
BlockHeader
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
ParentHash
*
Hash
`protobuf:"bytes,1,opt,name=parent_hash,json=parentHash,proto3" json:"parent_hash,omitempty"`
BlockHash
*
Hash
`protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
Miner
*
Address
`protobuf:"bytes,3,opt,name=miner,proto3" json:"miner,omitempty"`
StateRoot
*
Hash
`protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty"`
TxRoot
*
Hash
`protobuf:"bytes,5,opt,name=tx_root,json=txRoot,proto3" json:"tx_root,omitempty"`
ReceiptRoot
*
Hash
`protobuf:"bytes,6,opt,name=receipt_root,json=receiptRoot,proto3" json:"receipt_root,omitempty"`
BlockNumber
*
BigInt
`protobuf:"bytes,7,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
GasLimit
uint64
`protobuf:"varint,8,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"`
GasUsed
uint64
`protobuf:"varint,9,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
Timestamp
uint64
`protobuf:"varint,10,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
Extra
[]
byte
`protobuf:"bytes,11,opt,name=extra,proto3" json:"extra,omitempty"`
}
func
(
x
*
BlockHeader
)
Reset
()
{
*
x
=
BlockHeader
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_eth_proto_msgTypes
[
2
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
}
func
(
x
*
BlockHeader
)
String
()
string
{
return
protoimpl
.
X
.
MessageStringOf
(
x
)
}
func
(
*
BlockHeader
)
ProtoMessage
()
{}
func
(
x
*
BlockHeader
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_eth_proto_msgTypes
[
2
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
ms
.
StoreMessageInfo
(
mi
)
}
return
ms
}
return
mi
.
MessageOf
(
x
)
}
// Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead.
func
(
*
BlockHeader
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_eth_proto_rawDescGZIP
(),
[]
int
{
2
}
}
func
(
x
*
BlockHeader
)
GetParentHash
()
*
Hash
{
if
x
!=
nil
{
return
x
.
ParentHash
}
return
nil
}
func
(
x
*
BlockHeader
)
GetBlockHash
()
*
Hash
{
if
x
!=
nil
{
return
x
.
BlockHash
}
return
nil
}
func
(
x
*
BlockHeader
)
GetMiner
()
*
Address
{
if
x
!=
nil
{
return
x
.
Miner
}
return
nil
}
func
(
x
*
BlockHeader
)
GetStateRoot
()
*
Hash
{
if
x
!=
nil
{
return
x
.
StateRoot
}
return
nil
}
func
(
x
*
BlockHeader
)
GetTxRoot
()
*
Hash
{
if
x
!=
nil
{
return
x
.
TxRoot
}
return
nil
}
func
(
x
*
BlockHeader
)
GetReceiptRoot
()
*
Hash
{
if
x
!=
nil
{
return
x
.
ReceiptRoot
}
return
nil
}
func
(
x
*
BlockHeader
)
GetBlockNumber
()
*
BigInt
{
if
x
!=
nil
{
return
x
.
BlockNumber
}
return
nil
}
func
(
x
*
BlockHeader
)
GetGasLimit
()
uint64
{
if
x
!=
nil
{
return
x
.
GasLimit
}
return
0
}
func
(
x
*
BlockHeader
)
GetGasUsed
()
uint64
{
if
x
!=
nil
{
return
x
.
GasUsed
}
return
0
}
func
(
x
*
BlockHeader
)
GetTimestamp
()
uint64
{
if
x
!=
nil
{
return
x
.
Timestamp
}
return
0
}
func
(
x
*
BlockHeader
)
GetExtra
()
[]
byte
{
if
x
!=
nil
{
return
x
.
Extra
}
return
nil
}
type
BlockBody
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
}
func
(
x
*
BlockBody
)
Reset
()
{
*
x
=
BlockBody
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_eth_proto_msgTypes
[
3
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
}
func
(
x
*
BlockBody
)
String
()
string
{
return
protoimpl
.
X
.
MessageStringOf
(
x
)
}
func
(
*
BlockBody
)
ProtoMessage
()
{}
func
(
x
*
BlockBody
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_eth_proto_msgTypes
[
3
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
ms
.
StoreMessageInfo
(
mi
)
}
return
ms
}
return
mi
.
MessageOf
(
x
)
}
// Deprecated: Use BlockBody.ProtoReflect.Descriptor instead.
func
(
*
BlockBody
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_eth_proto_rawDescGZIP
(),
[]
int
{
3
}
}
var
File_base_v1_eth_proto
protoreflect
.
FileDescriptor
var
file_base_v1_eth_proto_rawDesc
=
[]
byte
{
0x0a
,
0x11
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x2f
,
0x65
,
0x74
,
0x68
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x07
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x1a
,
0x1f
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2f
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x1a
,
0x19
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2f
,
0x61
,
0x6e
,
0x79
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x1a
,
0x16
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x2f
,
0x72
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x22
,
0xca
,
0x02
,
0x0a
,
0x09
,
0x53
,
0x74
,
0x64
,
0x54
,
0x78
,
0x44
,
0x61
,
0x74
,
0x61
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x74
,
0x79
,
0x70
,
0x65
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0d
,
0x52
,
0x04
,
0x74
,
0x79
,
0x70
,
0x65
,
0x12
,
0x14
,
0x0a
,
0x05
,
0x6e
,
0x6f
,
0x6e
,
0x63
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x05
,
0x6e
,
0x6f
,
0x6e
,
0x63
,
0x65
,
0x12
,
0x2c
,
0x0a
,
0x09
,
0x67
,
0x61
,
0x73
,
0x5f
,
0x70
,
0x72
,
0x69
,
0x63
,
0x65
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0f
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x42
,
0x69
,
0x67
,
0x49
,
0x6e
,
0x74
,
0x52
,
0x08
,
0x67
,
0x61
,
0x73
,
0x50
,
0x72
,
0x69
,
0x63
,
0x65
,
0x12
,
0x1b
,
0x0a
,
0x09
,
0x67
,
0x61
,
0x73
,
0x5f
,
0x6c
,
0x69
,
0x6d
,
0x69
,
0x74
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x08
,
0x67
,
0x61
,
0x73
,
0x4c
,
0x69
,
0x6d
,
0x69
,
0x74
,
0x12
,
0x2e
,
0x0a
,
0x09
,
0x72
,
0x65
,
0x63
,
0x69
,
0x70
,
0x69
,
0x65
,
0x6e
,
0x74
,
0x18
,
0x05
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x10
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x41
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x52
,
0x09
,
0x72
,
0x65
,
0x63
,
0x69
,
0x70
,
0x69
,
0x65
,
0x6e
,
0x74
,
0x12
,
0x27
,
0x0a
,
0x06
,
0x61
,
0x6d
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x18
,
0x06
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0f
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x42
,
0x69
,
0x67
,
0x49
,
0x6e
,
0x74
,
0x52
,
0x06
,
0x61
,
0x6d
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x18
,
0x07
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x12
,
0x1d
,
0x0a
,
0x01
,
0x72
,
0x18
,
0x08
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0f
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x42
,
0x69
,
0x67
,
0x49
,
0x6e
,
0x74
,
0x52
,
0x01
,
0x72
,
0x12
,
0x1d
,
0x0a
,
0x01
,
0x73
,
0x18
,
0x09
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0f
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x42
,
0x69
,
0x67
,
0x49
,
0x6e
,
0x74
,
0x52
,
0x01
,
0x73
,
0x12
,
0x1d
,
0x0a
,
0x01
,
0x76
,
0x18
,
0x0a
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0f
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x42
,
0x69
,
0x67
,
0x49
,
0x6e
,
0x74
,
0x52
,
0x01
,
0x76
,
0x22
,
0x1d
,
0x0a
,
0x07
,
0x52
,
0x65
,
0x63
,
0x65
,
0x69
,
0x70
,
0x74
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x74
,
0x79
,
0x70
,
0x65
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0d
,
0x52
,
0x04
,
0x74
,
0x79
,
0x70
,
0x65
,
0x22
,
0xbb
,
0x03
,
0x0a
,
0x0b
,
0x42
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x48
,
0x65
,
0x61
,
0x64
,
0x65
,
0x72
,
0x12
,
0x2e
,
0x0a
,
0x0b
,
0x70
,
0x61
,
0x72
,
0x65
,
0x6e
,
0x74
,
0x5f
,
0x68
,
0x61
,
0x73
,
0x68
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x0a
,
0x70
,
0x61
,
0x72
,
0x65
,
0x6e
,
0x74
,
0x48
,
0x61
,
0x73
,
0x68
,
0x12
,
0x2c
,
0x0a
,
0x0a
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x5f
,
0x68
,
0x61
,
0x73
,
0x68
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x09
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x48
,
0x61
,
0x73
,
0x68
,
0x12
,
0x26
,
0x0a
,
0x05
,
0x6d
,
0x69
,
0x6e
,
0x65
,
0x72
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x10
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x41
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x52
,
0x05
,
0x6d
,
0x69
,
0x6e
,
0x65
,
0x72
,
0x12
,
0x2c
,
0x0a
,
0x0a
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x5f
,
0x72
,
0x6f
,
0x6f
,
0x74
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x09
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x52
,
0x6f
,
0x6f
,
0x74
,
0x12
,
0x26
,
0x0a
,
0x07
,
0x74
,
0x78
,
0x5f
,
0x72
,
0x6f
,
0x6f
,
0x74
,
0x18
,
0x05
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x06
,
0x74
,
0x78
,
0x52
,
0x6f
,
0x6f
,
0x74
,
0x12
,
0x30
,
0x0a
,
0x0c
,
0x72
,
0x65
,
0x63
,
0x65
,
0x69
,
0x70
,
0x74
,
0x5f
,
0x72
,
0x6f
,
0x6f
,
0x74
,
0x18
,
0x06
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x0b
,
0x72
,
0x65
,
0x63
,
0x65
,
0x69
,
0x70
,
0x74
,
0x52
,
0x6f
,
0x6f
,
0x74
,
0x12
,
0x32
,
0x0a
,
0x0c
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x5f
,
0x6e
,
0x75
,
0x6d
,
0x62
,
0x65
,
0x72
,
0x18
,
0x07
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0f
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x42
,
0x69
,
0x67
,
0x49
,
0x6e
,
0x74
,
0x52
,
0x0b
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x4e
,
0x75
,
0x6d
,
0x62
,
0x65
,
0x72
,
0x12
,
0x1b
,
0x0a
,
0x09
,
0x67
,
0x61
,
0x73
,
0x5f
,
0x6c
,
0x69
,
0x6d
,
0x69
,
0x74
,
0x18
,
0x08
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x08
,
0x67
,
0x61
,
0x73
,
0x4c
,
0x69
,
0x6d
,
0x69
,
0x74
,
0x12
,
0x19
,
0x0a
,
0x08
,
0x67
,
0x61
,
0x73
,
0x5f
,
0x75
,
0x73
,
0x65
,
0x64
,
0x18
,
0x09
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x07
,
0x67
,
0x61
,
0x73
,
0x55
,
0x73
,
0x65
,
0x64
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x0a
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x14
,
0x0a
,
0x05
,
0x65
,
0x78
,
0x74
,
0x72
,
0x61
,
0x18
,
0x0b
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x05
,
0x65
,
0x78
,
0x74
,
0x72
,
0x61
,
0x22
,
0x0b
,
0x0a
,
0x09
,
0x42
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x42
,
0x6f
,
0x64
,
0x79
,
0x42
,
0xa3
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x08
,
0x45
,
0x74
,
0x68
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x4d
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x62
,
0x61
,
0x73
,
0x65
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x42
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x42
,
0x61
,
0x73
,
0x65
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
file_base_v1_eth_proto_rawDescOnce
sync
.
Once
file_base_v1_eth_proto_rawDescData
=
file_base_v1_eth_proto_rawDesc
)
func
file_base_v1_eth_proto_rawDescGZIP
()
[]
byte
{
file_base_v1_eth_proto_rawDescOnce
.
Do
(
func
()
{
file_base_v1_eth_proto_rawDescData
=
protoimpl
.
X
.
CompressGZIP
(
file_base_v1_eth_proto_rawDescData
)
})
return
file_base_v1_eth_proto_rawDescData
}
var
file_base_v1_eth_proto_msgTypes
=
make
([]
protoimpl
.
MessageInfo
,
4
)
var
file_base_v1_eth_proto_goTypes
=
[]
interface
{}{
(
*
StdTxData
)(
nil
),
// 0: base.v1.StdTxData
(
*
Receipt
)(
nil
),
// 1: base.v1.Receipt
(
*
BlockHeader
)(
nil
),
// 2: base.v1.BlockHeader
(
*
BlockBody
)(
nil
),
// 3: base.v1.BlockBody
(
*
BigInt
)(
nil
),
// 4: base.v1.BigInt
(
*
Address
)(
nil
),
// 5: base.v1.Address
(
*
Hash
)(
nil
),
// 6: base.v1.Hash
}
var
file_base_v1_eth_proto_depIdxs
=
[]
int32
{
4
,
// 0: base.v1.StdTxData.gas_price:type_name -> base.v1.BigInt
5
,
// 1: base.v1.StdTxData.recipient:type_name -> base.v1.Address
4
,
// 2: base.v1.StdTxData.amount:type_name -> base.v1.BigInt
4
,
// 3: base.v1.StdTxData.r:type_name -> base.v1.BigInt
4
,
// 4: base.v1.StdTxData.s:type_name -> base.v1.BigInt
4
,
// 5: base.v1.StdTxData.v:type_name -> base.v1.BigInt
6
,
// 6: base.v1.BlockHeader.parent_hash:type_name -> base.v1.Hash
6
,
// 7: base.v1.BlockHeader.block_hash:type_name -> base.v1.Hash
5
,
// 8: base.v1.BlockHeader.miner:type_name -> base.v1.Address
6
,
// 9: base.v1.BlockHeader.state_root:type_name -> base.v1.Hash
6
,
// 10: base.v1.BlockHeader.tx_root:type_name -> base.v1.Hash
6
,
// 11: base.v1.BlockHeader.receipt_root:type_name -> base.v1.Hash
4
,
// 12: base.v1.BlockHeader.block_number:type_name -> base.v1.BigInt
13
,
// [13:13] is the sub-list for method output_type
13
,
// [13:13] is the sub-list for method input_type
13
,
// [13:13] is the sub-list for extension type_name
13
,
// [13:13] is the sub-list for extension extendee
0
,
// [0:13] is the sub-list for field type_name
}
func
init
()
{
file_base_v1_eth_proto_init
()
}
func
file_base_v1_eth_proto_init
()
{
if
File_base_v1_eth_proto
!=
nil
{
return
}
file_base_v1_resource_proto_init
()
if
!
protoimpl
.
UnsafeEnabled
{
file_base_v1_eth_proto_msgTypes
[
0
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
StdTxData
);
i
{
case
0
:
return
&
v
.
state
case
1
:
return
&
v
.
sizeCache
case
2
:
return
&
v
.
unknownFields
default
:
return
nil
}
}
file_base_v1_eth_proto_msgTypes
[
1
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Receipt
);
i
{
case
0
:
return
&
v
.
state
case
1
:
return
&
v
.
sizeCache
case
2
:
return
&
v
.
unknownFields
default
:
return
nil
}
}
file_base_v1_eth_proto_msgTypes
[
2
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
BlockHeader
);
i
{
case
0
:
return
&
v
.
state
case
1
:
return
&
v
.
sizeCache
case
2
:
return
&
v
.
unknownFields
default
:
return
nil
}
}
file_base_v1_eth_proto_msgTypes
[
3
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
BlockBody
);
i
{
case
0
:
return
&
v
.
state
case
1
:
return
&
v
.
sizeCache
case
2
:
return
&
v
.
unknownFields
default
:
return
nil
}
}
}
type
x
struct
{}
out
:=
protoimpl
.
TypeBuilder
{
File
:
protoimpl
.
DescBuilder
{
GoPackagePath
:
reflect
.
TypeOf
(
x
{})
.
PkgPath
(),
RawDescriptor
:
file_base_v1_eth_proto_rawDesc
,
NumEnums
:
0
,
NumMessages
:
4
,
NumExtensions
:
0
,
NumServices
:
0
,
},
GoTypes
:
file_base_v1_eth_proto_goTypes
,
DependencyIndexes
:
file_base_v1_eth_proto_depIdxs
,
MessageInfos
:
file_base_v1_eth_proto_msgTypes
,
}
.
Build
()
File_base_v1_eth_proto
=
out
.
File
file_base_v1_eth_proto_rawDesc
=
nil
file_base_v1_eth_proto_goTypes
=
nil
file_base_v1_eth_proto_depIdxs
=
nil
}
gen/proto/go/base/v1/options.pb.go
0 → 100644
View file @
8177ac74
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: base/v1/options.proto
package
basev1
import
(
protoreflect
"google.golang.org/protobuf/reflect/protoreflect"
protoimpl
"google.golang.org/protobuf/runtime/protoimpl"
descriptorpb
"google.golang.org/protobuf/types/descriptorpb"
reflect
"reflect"
)
const
(
// Verify that this generated code is sufficiently up-to-date.
_
=
protoimpl
.
EnforceVersion
(
20
-
protoimpl
.
MinVersion
)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_
=
protoimpl
.
EnforceVersion
(
protoimpl
.
MaxVersion
-
20
)
)
var
file_base_v1_options_proto_extTypes
=
[]
protoimpl
.
ExtensionInfo
{
{
ExtendedType
:
(
*
descriptorpb
.
FieldOptions
)(
nil
),
ExtensionType
:
(
*
uint32
)(
nil
),
Field
:
50000
,
Name
:
"base.v1.bytes_size"
,
Tag
:
"varint,50000,opt,name=bytes_size"
,
Filename
:
"base/v1/options.proto"
,
},
}
// Extension fields to descriptorpb.FieldOptions.
var
(
// optional uint32 bytes_size = 50000;
E_BytesSize
=
&
file_base_v1_options_proto_extTypes
[
0
]
// define bytes data size.
)
var
File_base_v1_options_proto
protoreflect
.
FileDescriptor
var
file_base_v1_options_proto_rawDesc
=
[]
byte
{
0x0a
,
0x15
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x2f
,
0x6f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x73
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x07
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x1a
,
0x20
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2f
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x6f
,
0x72
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x3a
,
0x3e
,
0x0a
,
0x0a
,
0x62
,
0x79
,
0x74
,
0x65
,
0x73
,
0x5f
,
0x73
,
0x69
,
0x7a
,
0x65
,
0x12
,
0x1d
,
0x2e
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2e
,
0x46
,
0x69
,
0x65
,
0x6c
,
0x64
,
0x4f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x73
,
0x18
,
0xd0
,
0x86
,
0x03
,
0x20
,
0x01
,
0x28
,
0x0d
,
0x52
,
0x09
,
0x62
,
0x79
,
0x74
,
0x65
,
0x73
,
0x53
,
0x69
,
0x7a
,
0x65
,
0x42
,
0xa7
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0c
,
0x4f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x73
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x4d
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x62
,
0x61
,
0x73
,
0x65
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x42
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x42
,
0x61
,
0x73
,
0x65
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_base_v1_options_proto_goTypes
=
[]
interface
{}{
(
*
descriptorpb
.
FieldOptions
)(
nil
),
// 0: google.protobuf.FieldOptions
}
var
file_base_v1_options_proto_depIdxs
=
[]
int32
{
0
,
// 0: base.v1.bytes_size:extendee -> google.protobuf.FieldOptions
1
,
// [1:1] is the sub-list for method output_type
1
,
// [1:1] is the sub-list for method input_type
1
,
// [1:1] is the sub-list for extension type_name
0
,
// [0:1] is the sub-list for extension extendee
0
,
// [0:0] is the sub-list for field type_name
}
func
init
()
{
file_base_v1_options_proto_init
()
}
func
file_base_v1_options_proto_init
()
{
if
File_base_v1_options_proto
!=
nil
{
return
}
type
x
struct
{}
out
:=
protoimpl
.
TypeBuilder
{
File
:
protoimpl
.
DescBuilder
{
GoPackagePath
:
reflect
.
TypeOf
(
x
{})
.
PkgPath
(),
RawDescriptor
:
file_base_v1_options_proto_rawDesc
,
NumEnums
:
0
,
NumMessages
:
0
,
NumExtensions
:
1
,
NumServices
:
0
,
},
GoTypes
:
file_base_v1_options_proto_goTypes
,
DependencyIndexes
:
file_base_v1_options_proto_depIdxs
,
ExtensionInfos
:
file_base_v1_options_proto_extTypes
,
}
.
Build
()
File_base_v1_options_proto
=
out
.
File
file_base_v1_options_proto_rawDesc
=
nil
file_base_v1_options_proto_goTypes
=
nil
file_base_v1_options_proto_depIdxs
=
nil
}
gen/proto/go/base/v1/request_response.pb.go
View file @
8177ac74
...
...
@@ -156,17 +156,18 @@ var file_base_v1_request_response_proto_rawDesc = []byte{
0x07
,
0x62
,
0x61
,
0x6c
,
0x61
,
0x6e
,
0x63
,
0x65
,
0x12
,
0x2c
,
0x0a
,
0x0a
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x5f
,
0x72
,
0x6f
,
0x6f
,
0x74
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x09
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x52
,
0x6f
,
0x6f
,
0x74
,
0x42
,
0x
9e
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x62
,
0x74
,
0x65
,
0x52
,
0x6f
,
0x6f
,
0x74
,
0x42
,
0x
af
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x14
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3c
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x62
,
0x61
,
0x73
,
0x65
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x42
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x42
,
0x61
,
0x73
,
0x65
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x4d
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x62
,
0x61
,
0x73
,
0x65
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x42
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x42
,
0x61
,
0x73
,
0x65
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/base/v1/resource.pb.go
View file @
8177ac74
...
...
@@ -22,6 +22,100 @@ const (
_
=
protoimpl
.
EnforceVersion
(
protoimpl
.
MaxVersion
-
20
)
)
type
Bytes32
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
Data
[]
byte
`protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}
func
(
x
*
Bytes32
)
Reset
()
{
*
x
=
Bytes32
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
0
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
}
func
(
x
*
Bytes32
)
String
()
string
{
return
protoimpl
.
X
.
MessageStringOf
(
x
)
}
func
(
*
Bytes32
)
ProtoMessage
()
{}
func
(
x
*
Bytes32
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
0
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
ms
.
StoreMessageInfo
(
mi
)
}
return
ms
}
return
mi
.
MessageOf
(
x
)
}
// Deprecated: Use Bytes32.ProtoReflect.Descriptor instead.
func
(
*
Bytes32
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
0
}
}
func
(
x
*
Bytes32
)
GetData
()
[]
byte
{
if
x
!=
nil
{
return
x
.
Data
}
return
nil
}
type
BigInt
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
Data
[]
byte
`protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}
func
(
x
*
BigInt
)
Reset
()
{
*
x
=
BigInt
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
1
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
}
func
(
x
*
BigInt
)
String
()
string
{
return
protoimpl
.
X
.
MessageStringOf
(
x
)
}
func
(
*
BigInt
)
ProtoMessage
()
{}
func
(
x
*
BigInt
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
1
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
ms
.
StoreMessageInfo
(
mi
)
}
return
ms
}
return
mi
.
MessageOf
(
x
)
}
// Deprecated: Use BigInt.ProtoReflect.Descriptor instead.
func
(
*
BigInt
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
1
}
}
func
(
x
*
BigInt
)
GetData
()
[]
byte
{
if
x
!=
nil
{
return
x
.
Data
}
return
nil
}
type
Hash
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
...
...
@@ -33,7 +127,7 @@ type Hash struct {
func
(
x
*
Hash
)
Reset
()
{
*
x
=
Hash
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
0
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
2
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -46,7 +140,7 @@ func (x *Hash) String() string {
func
(
*
Hash
)
ProtoMessage
()
{}
func
(
x
*
Hash
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
0
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
2
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -59,7 +153,7 @@ func (x *Hash) ProtoReflect() protoreflect.Message {
// Deprecated: Use Hash.ProtoReflect.Descriptor instead.
func
(
*
Hash
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
0
}
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
2
}
}
func
(
x
*
Hash
)
GetHash
()
[]
byte
{
...
...
@@ -80,7 +174,7 @@ type Address struct {
func
(
x
*
Address
)
Reset
()
{
*
x
=
Address
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
1
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
3
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -93,7 +187,7 @@ func (x *Address) String() string {
func
(
*
Address
)
ProtoMessage
()
{}
func
(
x
*
Address
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
1
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
3
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -106,7 +200,7 @@ func (x *Address) ProtoReflect() protoreflect.Message {
// Deprecated: Use Address.ProtoReflect.Descriptor instead.
func
(
*
Address
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
1
}
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
3
}
}
func
(
x
*
Address
)
GetAddress
()
[]
byte
{
...
...
@@ -128,7 +222,7 @@ type EthTransaction struct {
func
(
x
*
EthTransaction
)
Reset
()
{
*
x
=
EthTransaction
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
2
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
4
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -141,7 +235,7 @@ func (x *EthTransaction) String() string {
func
(
*
EthTransaction
)
ProtoMessage
()
{}
func
(
x
*
EthTransaction
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
2
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
4
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -154,7 +248,7 @@ func (x *EthTransaction) ProtoReflect() protoreflect.Message {
// Deprecated: Use EthTransaction.ProtoReflect.Descriptor instead.
func
(
*
EthTransaction
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
2
}
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
4
}
}
func
(
x
*
EthTransaction
)
GetData
()
*
Txdata
{
...
...
@@ -192,7 +286,7 @@ type Txdata struct {
func
(
x
*
Txdata
)
Reset
()
{
*
x
=
Txdata
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
3
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
5
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -205,7 +299,7 @@ func (x *Txdata) String() string {
func
(
*
Txdata
)
ProtoMessage
()
{}
func
(
x
*
Txdata
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
3
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
5
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -218,7 +312,7 @@ func (x *Txdata) ProtoReflect() protoreflect.Message {
// Deprecated: Use Txdata.ProtoReflect.Descriptor instead.
func
(
*
Txdata
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
3
}
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
5
}
}
func
(
x
*
Txdata
)
GetAccountNonce
()
uint64
{
...
...
@@ -303,7 +397,7 @@ type CheckTx struct {
func
(
x
*
CheckTx
)
Reset
()
{
*
x
=
CheckTx
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
4
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
6
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -316,7 +410,7 @@ func (x *CheckTx) String() string {
func
(
*
CheckTx
)
ProtoMessage
()
{}
func
(
x
*
CheckTx
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
4
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
6
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -329,7 +423,7 @@ func (x *CheckTx) ProtoReflect() protoreflect.Message {
// Deprecated: Use CheckTx.ProtoReflect.Descriptor instead.
func
(
*
CheckTx
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
4
}
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
6
}
}
func
(
x
*
CheckTx
)
GetTx
()
*
anypb
.
Any
{
...
...
@@ -362,7 +456,7 @@ type Transaction struct {
func
(
x
*
Transaction
)
Reset
()
{
*
x
=
Transaction
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
5
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
7
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -375,7 +469,7 @@ func (x *Transaction) String() string {
func
(
*
Transaction
)
ProtoMessage
()
{}
func
(
x
*
Transaction
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
5
]
mi
:=
&
file_base_v1_resource_proto_msgTypes
[
7
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -388,7 +482,7 @@ func (x *Transaction) ProtoReflect() protoreflect.Message {
// Deprecated: Use Transaction.ProtoReflect.Descriptor instead.
func
(
*
Transaction
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
5
}
return
file_base_v1_resource_proto_rawDescGZIP
(),
[]
int
{
7
}
}
func
(
x
*
Transaction
)
GetRset
()
[]
byte
{
...
...
@@ -441,63 +535,68 @@ var file_base_v1_resource_proto_rawDesc = []byte{
0x31
,
0x1a
,
0x1f
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2f
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x1a
,
0x19
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2f
,
0x61
,
0x6e
,
0x79
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x22
,
0x1a
,
0x0a
,
0x04
,
0x48
,
0x61
,
0x73
,
0x68
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x22
,
0x23
,
0x0a
,
0x07
,
0x41
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x12
,
0x18
,
0x0a
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x22
,
0x65
,
0x0a
,
0x0e
,
0x45
,
0x74
,
0x68
,
0x54
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x61
,
0x63
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x23
,
0x0a
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0f
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x54
,
0x78
,
0x64
,
0x61
,
0x74
,
0x61
,
0x52
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x12
,
0x2e
,
0x0a
,
0x04
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x1a
,
0x2e
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2e
,
0x54
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x52
,
0x04
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x22
,
0x8f
,
0x02
,
0x0a
,
0x06
,
0x54
,
0x78
,
0x64
,
0x61
,
0x74
,
0x61
,
0x12
,
0x23
,
0x0a
,
0x0d
,
0x61
,
0x63
,
0x63
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x5f
,
0x6e
,
0x6f
,
0x6e
,
0x63
,
0x65
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x0c
,
0x61
,
0x63
,
0x63
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x4e
,
0x6f
,
0x6e
,
0x63
,
0x65
,
0x12
,
0x14
,
0x0a
,
0x05
,
0x70
,
0x72
,
0x69
,
0x63
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x05
,
0x70
,
0x72
,
0x69
,
0x63
,
0x65
,
0x12
,
0x1b
,
0x0a
,
0x09
,
0x67
,
0x61
,
0x73
,
0x5f
,
0x6c
,
0x69
,
0x6d
,
0x69
,
0x74
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x08
,
0x67
,
0x61
,
0x73
,
0x4c
,
0x69
,
0x6d
,
0x69
,
0x74
,
0x12
,
0x2e
,
0x0a
,
0x09
,
0x72
,
0x65
,
0x63
,
0x69
,
0x70
,
0x69
,
0x65
,
0x6e
,
0x74
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x10
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x41
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x52
,
0x09
,
0x72
,
0x65
,
0x63
,
0x69
,
0x70
,
0x69
,
0x65
,
0x6e
,
0x74
,
0x12
,
0x16
,
0x0a
,
0x06
,
0x61
,
0x6d
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x18
,
0x05
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x06
,
0x61
,
0x6d
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x12
,
0x18
,
0x0a
,
0x07
,
0x70
,
0x61
,
0x79
,
0x6c
,
0x6f
,
0x61
,
0x64
,
0x18
,
0x06
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x07
,
0x70
,
0x61
,
0x79
,
0x6c
,
0x6f
,
0x61
,
0x64
,
0x12
,
0x0c
,
0x0a
,
0x01
,
0x76
,
0x18
,
0x07
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x01
,
0x76
,
0x12
,
0x0c
,
0x0a
,
0x01
,
0x72
,
0x18
,
0x08
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x01
,
0x72
,
0x12
,
0x0c
,
0x0a
,
0x01
,
0x73
,
0x18
,
0x09
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x01
,
0x73
,
0x12
,
0x21
,
0x0a
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x18
,
0x0a
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x22
,
0x55
,
0x0a
,
0x07
,
0x43
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x12
,
0x24
,
0x0a
,
0x02
,
0x74
,
0x78
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x14
,
0x2e
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2e
,
0x41
,
0x6e
,
0x79
,
0x52
,
0x02
,
0x74
,
0x78
,
0x12
,
0x24
,
0x0a
,
0x04
,
0x66
,
0x72
,
0x6f
,
0x6d
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x10
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x41
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x52
,
0x04
,
0x66
,
0x72
,
0x6f
,
0x6d
,
0x22
,
0xcc
,
0x01
,
0x0a
,
0x0b
,
0x74
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x61
,
0x63
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x72
,
0x73
,
0x65
,
0x74
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x72
,
0x73
,
0x65
,
0x74
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x77
,
0x73
,
0x65
,
0x74
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x77
,
0x73
,
0x65
,
0x74
,
0x12
,
0x14
,
0x0a
,
0x05
,
0x70
,
0x72
,
0x6f
,
0x6f
,
0x66
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x05
,
0x70
,
0x72
,
0x6f
,
0x6f
,
0x66
,
0x12
,
0x26
,
0x0a
,
0x0f
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x5f
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x5f
,
0x6e
,
0x75
,
0x6d
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x0d
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x42
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x4e
,
0x75
,
0x6d
,
0x12
,
0x2a
,
0x0a
,
0x11
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x6f
,
0x75
,
0x74
,
0x5f
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x5f
,
0x6e
,
0x75
,
0x6d
,
0x18
,
0x05
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x0f
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x6f
,
0x75
,
0x74
,
0x42
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x4e
,
0x75
,
0x6d
,
0x12
,
0x2b
,
0x0a
,
0x08
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x5f
,
0x74
,
0x78
,
0x18
,
0x06
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x10
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x43
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x52
,
0x07
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x42
,
0x97
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0d
,
0x52
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3c
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x62
,
0x61
,
0x73
,
0x65
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x42
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x42
,
0x61
,
0x73
,
0x65
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x62
,
0x75
,
0x66
,
0x2f
,
0x61
,
0x6e
,
0x79
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x22
,
0x1d
,
0x0a
,
0x07
,
0x42
,
0x79
,
0x74
,
0x65
,
0x73
,
0x33
,
0x32
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x22
,
0x1c
,
0x0a
,
0x06
,
0x42
,
0x69
,
0x67
,
0x49
,
0x6e
,
0x74
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x22
,
0x1a
,
0x0a
,
0x04
,
0x48
,
0x61
,
0x73
,
0x68
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x22
,
0x23
,
0x0a
,
0x07
,
0x41
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x12
,
0x18
,
0x0a
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x22
,
0x65
,
0x0a
,
0x0e
,
0x45
,
0x74
,
0x68
,
0x54
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x61
,
0x63
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x23
,
0x0a
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0f
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x54
,
0x78
,
0x64
,
0x61
,
0x74
,
0x61
,
0x52
,
0x04
,
0x64
,
0x61
,
0x74
,
0x61
,
0x12
,
0x2e
,
0x0a
,
0x04
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x1a
,
0x2e
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2e
,
0x54
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x52
,
0x04
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x22
,
0x8f
,
0x02
,
0x0a
,
0x06
,
0x54
,
0x78
,
0x64
,
0x61
,
0x74
,
0x61
,
0x12
,
0x23
,
0x0a
,
0x0d
,
0x61
,
0x63
,
0x63
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x5f
,
0x6e
,
0x6f
,
0x6e
,
0x63
,
0x65
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x0c
,
0x61
,
0x63
,
0x63
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x4e
,
0x6f
,
0x6e
,
0x63
,
0x65
,
0x12
,
0x14
,
0x0a
,
0x05
,
0x70
,
0x72
,
0x69
,
0x63
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x05
,
0x70
,
0x72
,
0x69
,
0x63
,
0x65
,
0x12
,
0x1b
,
0x0a
,
0x09
,
0x67
,
0x61
,
0x73
,
0x5f
,
0x6c
,
0x69
,
0x6d
,
0x69
,
0x74
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x08
,
0x67
,
0x61
,
0x73
,
0x4c
,
0x69
,
0x6d
,
0x69
,
0x74
,
0x12
,
0x2e
,
0x0a
,
0x09
,
0x72
,
0x65
,
0x63
,
0x69
,
0x70
,
0x69
,
0x65
,
0x6e
,
0x74
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x10
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x41
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x52
,
0x09
,
0x72
,
0x65
,
0x63
,
0x69
,
0x70
,
0x69
,
0x65
,
0x6e
,
0x74
,
0x12
,
0x16
,
0x0a
,
0x06
,
0x61
,
0x6d
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x18
,
0x05
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x06
,
0x61
,
0x6d
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x12
,
0x18
,
0x0a
,
0x07
,
0x70
,
0x61
,
0x79
,
0x6c
,
0x6f
,
0x61
,
0x64
,
0x18
,
0x06
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x07
,
0x70
,
0x61
,
0x79
,
0x6c
,
0x6f
,
0x61
,
0x64
,
0x12
,
0x0c
,
0x0a
,
0x01
,
0x76
,
0x18
,
0x07
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x01
,
0x76
,
0x12
,
0x0c
,
0x0a
,
0x01
,
0x72
,
0x18
,
0x08
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x01
,
0x72
,
0x12
,
0x0c
,
0x0a
,
0x01
,
0x73
,
0x18
,
0x09
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x01
,
0x73
,
0x12
,
0x21
,
0x0a
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x18
,
0x0a
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x22
,
0x55
,
0x0a
,
0x07
,
0x43
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x12
,
0x24
,
0x0a
,
0x02
,
0x74
,
0x78
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x14
,
0x2e
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2e
,
0x41
,
0x6e
,
0x79
,
0x52
,
0x02
,
0x74
,
0x78
,
0x12
,
0x24
,
0x0a
,
0x04
,
0x66
,
0x72
,
0x6f
,
0x6d
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x10
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x41
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x52
,
0x04
,
0x66
,
0x72
,
0x6f
,
0x6d
,
0x22
,
0xcc
,
0x01
,
0x0a
,
0x0b
,
0x74
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x61
,
0x63
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x72
,
0x73
,
0x65
,
0x74
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x72
,
0x73
,
0x65
,
0x74
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x77
,
0x73
,
0x65
,
0x74
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x77
,
0x73
,
0x65
,
0x74
,
0x12
,
0x14
,
0x0a
,
0x05
,
0x70
,
0x72
,
0x6f
,
0x6f
,
0x66
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x05
,
0x70
,
0x72
,
0x6f
,
0x6f
,
0x66
,
0x12
,
0x26
,
0x0a
,
0x0f
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x5f
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x5f
,
0x6e
,
0x75
,
0x6d
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x0d
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x42
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x4e
,
0x75
,
0x6d
,
0x12
,
0x2a
,
0x0a
,
0x11
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x6f
,
0x75
,
0x74
,
0x5f
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x5f
,
0x6e
,
0x75
,
0x6d
,
0x18
,
0x05
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x0f
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x6f
,
0x75
,
0x74
,
0x42
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x4e
,
0x75
,
0x6d
,
0x12
,
0x2b
,
0x0a
,
0x08
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x5f
,
0x74
,
0x78
,
0x18
,
0x06
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x10
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x43
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x52
,
0x07
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x42
,
0xa8
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0d
,
0x52
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x4d
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x62
,
0x61
,
0x73
,
0x65
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x42
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x42
,
0x61
,
0x73
,
0x65
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x42
,
0x61
,
0x73
,
0x65
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
@@ -512,25 +611,27 @@ func file_base_v1_resource_proto_rawDescGZIP() []byte {
return
file_base_v1_resource_proto_rawDescData
}
var
file_base_v1_resource_proto_msgTypes
=
make
([]
protoimpl
.
MessageInfo
,
6
)
var
file_base_v1_resource_proto_msgTypes
=
make
([]
protoimpl
.
MessageInfo
,
8
)
var
file_base_v1_resource_proto_goTypes
=
[]
interface
{}{
(
*
Hash
)(
nil
),
// 0: base.v1.Hash
(
*
Address
)(
nil
),
// 1: base.v1.Address
(
*
EthTransaction
)(
nil
),
// 2: base.v1.EthTransaction
(
*
Txdata
)(
nil
),
// 3: base.v1.Txdata
(
*
CheckTx
)(
nil
),
// 4: base.v1.CheckTx
(
*
Transaction
)(
nil
),
// 5: base.v1.transaction
(
*
timestamppb
.
Timestamp
)(
nil
),
// 6: google.protobuf.Timestamp
(
*
anypb
.
Any
)(
nil
),
// 7: google.protobuf.Any
(
*
Bytes32
)(
nil
),
// 0: base.v1.Bytes32
(
*
BigInt
)(
nil
),
// 1: base.v1.BigInt
(
*
Hash
)(
nil
),
// 2: base.v1.Hash
(
*
Address
)(
nil
),
// 3: base.v1.Address
(
*
EthTransaction
)(
nil
),
// 4: base.v1.EthTransaction
(
*
Txdata
)(
nil
),
// 5: base.v1.Txdata
(
*
CheckTx
)(
nil
),
// 6: base.v1.CheckTx
(
*
Transaction
)(
nil
),
// 7: base.v1.transaction
(
*
timestamppb
.
Timestamp
)(
nil
),
// 8: google.protobuf.Timestamp
(
*
anypb
.
Any
)(
nil
),
// 9: google.protobuf.Any
}
var
file_base_v1_resource_proto_depIdxs
=
[]
int32
{
3
,
// 0: base.v1.EthTransaction.data:type_name -> base.v1.Txdata
6
,
// 1: base.v1.EthTransaction.time:type_name -> google.protobuf.Timestamp
1
,
// 2: base.v1.Txdata.recipient:type_name -> base.v1.Address
0
,
// 3: base.v1.Txdata.hash:type_name -> base.v1.Hash
7
,
// 4: base.v1.CheckTx.tx:type_name -> google.protobuf.Any
1
,
// 5: base.v1.CheckTx.from:type_name -> base.v1.Address
4
,
// 6: base.v1.transaction.check_tx:type_name -> base.v1.CheckTx
5
,
// 0: base.v1.EthTransaction.data:type_name -> base.v1.Txdata
8
,
// 1: base.v1.EthTransaction.time:type_name -> google.protobuf.Timestamp
3
,
// 2: base.v1.Txdata.recipient:type_name -> base.v1.Address
2
,
// 3: base.v1.Txdata.hash:type_name -> base.v1.Hash
9
,
// 4: base.v1.CheckTx.tx:type_name -> google.protobuf.Any
3
,
// 5: base.v1.CheckTx.from:type_name -> base.v1.Address
6
,
// 6: base.v1.transaction.check_tx:type_name -> base.v1.CheckTx
7
,
// [7:7] is the sub-list for method output_type
7
,
// [7:7] is the sub-list for method input_type
7
,
// [7:7] is the sub-list for extension type_name
...
...
@@ -545,7 +646,7 @@ func file_base_v1_resource_proto_init() {
}
if
!
protoimpl
.
UnsafeEnabled
{
file_base_v1_resource_proto_msgTypes
[
0
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Hash
);
i
{
switch
v
:=
v
.
(
*
Bytes32
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -557,7 +658,7 @@ func file_base_v1_resource_proto_init() {
}
}
file_base_v1_resource_proto_msgTypes
[
1
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Address
);
i
{
switch
v
:=
v
.
(
*
BigInt
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -569,7 +670,7 @@ func file_base_v1_resource_proto_init() {
}
}
file_base_v1_resource_proto_msgTypes
[
2
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
EthTransaction
);
i
{
switch
v
:=
v
.
(
*
Hash
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -581,7 +682,7 @@ func file_base_v1_resource_proto_init() {
}
}
file_base_v1_resource_proto_msgTypes
[
3
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Txdata
);
i
{
switch
v
:=
v
.
(
*
Address
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -593,7 +694,7 @@ func file_base_v1_resource_proto_init() {
}
}
file_base_v1_resource_proto_msgTypes
[
4
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
CheckTx
);
i
{
switch
v
:=
v
.
(
*
EthTransaction
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -605,6 +706,30 @@ func file_base_v1_resource_proto_init() {
}
}
file_base_v1_resource_proto_msgTypes
[
5
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Txdata
);
i
{
case
0
:
return
&
v
.
state
case
1
:
return
&
v
.
sizeCache
case
2
:
return
&
v
.
unknownFields
default
:
return
nil
}
}
file_base_v1_resource_proto_msgTypes
[
6
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
CheckTx
);
i
{
case
0
:
return
&
v
.
state
case
1
:
return
&
v
.
sizeCache
case
2
:
return
&
v
.
unknownFields
default
:
return
nil
}
}
file_base_v1_resource_proto_msgTypes
[
7
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Transaction
);
i
{
case
0
:
return
&
v
.
state
...
...
@@ -623,7 +748,7 @@ func file_base_v1_resource_proto_init() {
GoPackagePath
:
reflect
.
TypeOf
(
x
{})
.
PkgPath
(),
RawDescriptor
:
file_base_v1_resource_proto_rawDesc
,
NumEnums
:
0
,
NumMessages
:
6
,
NumMessages
:
8
,
NumExtensions
:
0
,
NumServices
:
0
,
},
...
...
gen/proto/go/crypter/v1/request_response.pb.go
View file @
8177ac74
...
...
@@ -499,19 +499,20 @@ var file_crypter_v1_request_response_proto_rawDesc = []byte{
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x31
,
0x0a
,
0x0a
,
0x72
,
0x65
,
0x63
,
0x6f
,
0x76
,
0x65
,
0x72
,
0x5f
,
0x74
,
0x78
,
0x18
,
0x01
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x12
,
0x2e
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x52
,
0x65
,
0x74
,
0x68
,
0x54
,
0x78
,
0x52
,
0x09
,
0x72
,
0x65
,
0x63
,
0x6f
,
0x76
,
0x65
,
0x72
,
0x54
,
0x78
,
0x42
,
0x
b3
,
0x01
,
0x0a
,
0x0e
,
0x63
,
0x6f
,
0x72
,
0x65
,
0x63
,
0x6f
,
0x76
,
0x65
,
0x72
,
0x54
,
0x78
,
0x42
,
0x
c4
,
0x01
,
0x0a
,
0x0e
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x14
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x42
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x43
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x16
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0b
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x53
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x43
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x16
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0b
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/crypter/v1/resource.pb.go
View file @
8177ac74
...
...
@@ -183,18 +183,19 @@ var file_crypter_v1_resource_proto_rawDesc = []byte{
0x65
,
0x12
,
0x16
,
0x0a
,
0x12
,
0x43
,
0x52
,
0x59
,
0x50
,
0x54
,
0x5f
,
0x54
,
0x59
,
0x50
,
0x45
,
0x5f
,
0x49
,
0x4e
,
0x56
,
0x41
,
0x4c
,
0x49
,
0x44
,
0x10
,
0x00
,
0x12
,
0x18
,
0x0a
,
0x14
,
0x43
,
0x52
,
0x59
,
0x50
,
0x54
,
0x5f
,
0x54
,
0x59
,
0x50
,
0x45
,
0x5f
,
0x53
,
0x45
,
0x43
,
0x50
,
0x32
,
0x35
,
0x36
,
0x4b
,
0x31
,
0x10
,
0x01
,
0x42
,
0x
ac
,
0x01
,
0x0a
,
0x0e
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x63
,
0x72
,
0x79
,
0x70
,
0x31
,
0x10
,
0x01
,
0x42
,
0x
bd
,
0x01
,
0x0a
,
0x0e
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0d
,
0x52
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x42
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x43
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x16
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0b
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x53
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x43
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x16
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0b
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/crypter/v1/service.pb.go
View file @
8177ac74
...
...
@@ -48,18 +48,20 @@ var file_crypter_v1_service_proto_rawDesc = []byte{
0x61
,
0x74
,
0x63
,
0x68
,
0x52
,
0x65
,
0x63
,
0x6f
,
0x76
,
0x65
,
0x72
,
0x54
,
0x78
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x22
,
0x2e
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x42
,
0x61
,
0x74
,
0x63
,
0x68
,
0x52
,
0x65
,
0x63
,
0x6f
,
0x76
,
0x65
,
0x72
,
0x54
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
ab
,
0x01
,
0x0a
,
0x0e
,
0x63
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
bc
,
0x01
,
0x0a
,
0x0e
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0c
,
0x53
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x42
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x43
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x16
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0b
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x53
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x63
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x43
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0a
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x16
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0b
,
0x43
,
0x72
,
0x79
,
0x70
,
0x74
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_crypter_v1_service_proto_goTypes
=
[]
interface
{}{
...
...
gen/proto/go/ethrpc/v1/eth.pb.go
View file @
8177ac74
...
...
@@ -1450,18 +1450,19 @@ var file_ethrpc_v1_eth_proto_rawDesc = []byte{
0x54
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x61
,
0x63
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x73
,
0x12
,
0x17
,
0x2e
,
0x65
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x52
,
0x61
,
0x77
,
0x54
,
0x78
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x15
,
0x2e
,
0x65
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x54
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
a0
,
0x31
,
0x2e
,
0x54
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
b1
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x65
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x08
,
0x45
,
0x74
,
0x68
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x40
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x65
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x65
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x45
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x45
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x45
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x45
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x45
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x42
,
0x08
,
0x45
,
0x74
,
0x68
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x51
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x65
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x65
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x45
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x45
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x45
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x45
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x45
,
0x74
,
0x68
,
0x72
,
0x70
,
0x63
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/nebula/v1/account_req_res.pb.go
View file @
8177ac74
...
...
@@ -4956,18 +4956,19 @@ var file_nebula_v1_account_req_res_proto_rawDesc = []byte{
0x12
,
0x14
,
0x0a
,
0x05
,
0x70
,
0x61
,
0x72
,
0x61
,
0x6d
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x05
,
0x70
,
0x61
,
0x72
,
0x61
,
0x6d
,
0x22
,
0x22
,
0x0a
,
0x0c
,
0x4c
,
0x6f
,
0x67
,
0x73
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x6c
,
0x6f
,
0x67
,
0x73
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x6c
,
0x6f
,
0x67
,
0x73
,
0x42
,
0x
aa
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x6c
,
0x6f
,
0x67
,
0x73
,
0x42
,
0x
bb
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x12
,
0x41
,
0x63
,
0x63
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x52
,
0x65
,
0x71
,
0x52
,
0x65
,
0x73
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x40
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x4e
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x50
,
0x01
,
0x5a
,
0x51
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x4e
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/nebula/v1/request_response.pb.go
View file @
8177ac74
...
...
@@ -32,19 +32,20 @@ var file_nebula_v1_request_response_proto_rawDesc = []byte{
0x1f
,
0x67
,
0x6f
,
0x6f
,
0x67
,
0x6c
,
0x65
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x62
,
0x75
,
0x66
,
0x2f
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x1a
,
0x18
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x2f
,
0x72
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x42
,
0x
ac
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x75
,
0x72
,
0x63
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x42
,
0x
bd
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x14
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x40
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x4e
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x51
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x4e
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_nebula_v1_request_response_proto_goTypes
=
[]
interface
{}{}
...
...
gen/proto/go/nebula/v1/resource.pb.go
View file @
8177ac74
...
...
@@ -7,7 +7,7 @@
package
nebulav1
import
(
v1
"github.com/
cmpchain
/metaprotocol/gen/proto/go/base/v1"
v1
"github.com/
CaduceusMetaverseProtocol
/metaprotocol/gen/proto/go/base/v1"
protoreflect
"google.golang.org/protobuf/reflect/protoreflect"
protoimpl
"google.golang.org/protobuf/runtime/protoimpl"
reflect
"reflect"
...
...
@@ -88,18 +88,19 @@ var file_nebula_v1_resource_proto_rawDesc = []byte{
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x52
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x12
,
0x21
,
0x0a
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x0d
,
0x2e
,
0x62
,
0x61
,
0x73
,
0x65
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x48
,
0x61
,
0x73
,
0x68
,
0x52
,
0x04
,
0x68
,
0x61
,
0x73
,
0x68
,
0x42
,
0x
a5
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x73
,
0x68
,
0x42
,
0x
b6
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0d
,
0x52
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x40
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x4e
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x51
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x4e
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/nebula/v1/service.pb.go
View file @
8177ac74
...
...
@@ -282,18 +282,19 @@ var file_nebula_v1_service_proto_rawDesc = []byte{
0x4c
,
0x6f
,
0x67
,
0x73
,
0x12
,
0x16
,
0x2e
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x4c
,
0x6f
,
0x67
,
0x73
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x17
,
0x2e
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x4c
,
0x6f
,
0x67
,
0x73
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
a4
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
b5
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0c
,
0x53
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x40
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x4e
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x51
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x6e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x4e
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x4e
,
0x65
,
0x62
,
0x75
,
0x6c
,
0x61
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_nebula_v1_service_proto_goTypes
=
[]
interface
{}{
...
...
gen/proto/go/p2p/v1/request_response.pb.go
View file @
8177ac74
...
...
@@ -366,17 +366,18 @@ var file_p2p_v1_request_response_proto_rawDesc = []byte{
0x65
,
0x73
,
0x22
,
0x30
,
0x0a
,
0x14
,
0x53
,
0x75
,
0x62
,
0x73
,
0x63
,
0x72
,
0x69
,
0x62
,
0x65
,
0x4d
,
0x73
,
0x67
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x18
,
0x0a
,
0x07
,
0x73
,
0x75
,
0x63
,
0x63
,
0x65
,
0x73
,
0x73
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x08
,
0x52
,
0x07
,
0x73
,
0x75
,
0x63
,
0x63
,
0x65
,
0x73
,
0x73
,
0x42
,
0x
97
,
0x01
,
0x0a
,
0x0a
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x70
,
0x32
,
0x70
,
0x63
,
0x65
,
0x73
,
0x73
,
0x42
,
0x
a8
,
0x01
,
0x0a
,
0x0a
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x70
,
0x32
,
0x70
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x14
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3a
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x70
,
0x32
,
0x70
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x70
,
0x32
,
0x70
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x50
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x12
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x07
,
0x50
,
0x32
,
0x70
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x4b
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x70
,
0x32
,
0x70
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x70
,
0x32
,
0x70
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x50
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x12
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x07
,
0x50
,
0x32
,
0x70
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/p2p/v1/resource.pb.go
View file @
8177ac74
...
...
@@ -659,17 +659,18 @@ var file_p2p_v1_resource_proto_rawDesc = []byte{
0x54
,
0x59
,
0x50
,
0x45
,
0x5f
,
0x49
,
0x4e
,
0x56
,
0x41
,
0x4c
,
0x49
,
0x44
,
0x10
,
0x00
,
0x12
,
0x15
,
0x0a
,
0x11
,
0x50
,
0x32
,
0x50
,
0x5f
,
0x4d
,
0x53
,
0x47
,
0x5f
,
0x54
,
0x59
,
0x50
,
0x45
,
0x5f
,
0x50
,
0x49
,
0x4e
,
0x47
,
0x10
,
0x01
,
0x12
,
0x15
,
0x0a
,
0x11
,
0x50
,
0x32
,
0x50
,
0x5f
,
0x4d
,
0x53
,
0x47
,
0x5f
,
0x54
,
0x59
,
0x50
,
0x45
,
0x5f
,
0x50
,
0x4f
,
0x4e
,
0x47
,
0x10
,
0x02
,
0x42
,
0x
90
,
0x01
,
0x0a
,
0x5f
,
0x54
,
0x59
,
0x50
,
0x45
,
0x5f
,
0x50
,
0x4f
,
0x4e
,
0x47
,
0x10
,
0x02
,
0x42
,
0x
a1
,
0x01
,
0x0a
,
0x0a
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x70
,
0x32
,
0x70
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0d
,
0x52
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3a
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x70
,
0x32
,
0x70
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x70
,
0x32
,
0x70
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x50
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x12
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x07
,
0x50
,
0x32
,
0x70
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x4b
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x70
,
0x32
,
0x70
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x70
,
0x32
,
0x70
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x50
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x12
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x07
,
0x50
,
0x32
,
0x70
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/p2p/v1/service.pb.go
View file @
8177ac74
...
...
@@ -40,16 +40,17 @@ var file_p2p_v1_service_proto_rawDesc = []byte{
0x73
,
0x63
,
0x72
,
0x69
,
0x62
,
0x65
,
0x4d
,
0x73
,
0x67
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x1c
,
0x2e
,
0x70
,
0x32
,
0x70
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x53
,
0x75
,
0x62
,
0x73
,
0x63
,
0x72
,
0x69
,
0x62
,
0x65
,
0x4d
,
0x73
,
0x67
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
8f
,
0x01
,
0x0a
,
0x0a
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x70
,
0x32
,
0x70
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x42
,
0x
a0
,
0x01
,
0x0a
,
0x0a
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x70
,
0x32
,
0x70
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0c
,
0x53
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3a
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x70
,
0x32
,
0x70
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x70
,
0x32
,
0x70
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x50
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x12
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x07
,
0x50
,
0x32
,
0x70
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x4b
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x70
,
0x32
,
0x70
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x70
,
0x32
,
0x70
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x50
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x06
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x12
,
0x50
,
0x32
,
0x70
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x07
,
0x50
,
0x32
,
0x70
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_p2p_v1_service_proto_goTypes
=
[]
interface
{}{
...
...
gen/proto/go/ring/v1/account_req_res.pb.go
View file @
8177ac74
...
...
@@ -7,7 +7,7 @@
package
ringv1
import
(
_
"github.com/
cmpchain
/metaprotocol/gen/proto/go/nebula/v1"
_
"github.com/
CaduceusMetaverseProtocol
/metaprotocol/gen/proto/go/nebula/v1"
protoreflect
"google.golang.org/protobuf/reflect/protoreflect"
protoimpl
"google.golang.org/protobuf/runtime/protoimpl"
_
"google.golang.org/protobuf/types/known/fieldmaskpb"
...
...
@@ -4957,17 +4957,18 @@ var file_ring_v1_account_req_res_proto_rawDesc = []byte{
0x70
,
0x61
,
0x72
,
0x61
,
0x6d
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x05
,
0x70
,
0x61
,
0x72
,
0x61
,
0x6d
,
0x22
,
0x22
,
0x0a
,
0x0c
,
0x4c
,
0x6f
,
0x67
,
0x73
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x6c
,
0x6f
,
0x67
,
0x73
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x04
,
0x6c
,
0x6f
,
0x67
,
0x73
,
0x42
,
0x
9c
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x72
,
0x52
,
0x04
,
0x6c
,
0x6f
,
0x67
,
0x73
,
0x42
,
0x
ad
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x12
,
0x41
,
0x63
,
0x63
,
0x6f
,
0x75
,
0x6e
,
0x74
,
0x52
,
0x65
,
0x71
,
0x52
,
0x65
,
0x73
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3c
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x52
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x65
,
0x71
,
0x52
,
0x65
,
0x73
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x4d
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x52
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/ring/v1/request_response.pb.go
View file @
8177ac74
...
...
@@ -24,18 +24,19 @@ var File_ring_v1_request_response_proto protoreflect.FileDescriptor
var
file_ring_v1_request_response_proto_rawDesc
=
[]
byte
{
0x0a
,
0x1e
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x2f
,
0x72
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x5f
,
0x72
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x07
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x
9e
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x12
,
0x07
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x
af
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x14
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3c
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x52
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x01
,
0x5a
,
0x4d
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x52
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_ring_v1_request_response_proto_goTypes
=
[]
interface
{}{}
...
...
gen/proto/go/ring/v1/resource.pb.go
View file @
8177ac74
...
...
@@ -24,17 +24,18 @@ var File_ring_v1_resource_proto protoreflect.FileDescriptor
var
file_ring_v1_resource_proto_rawDesc
=
[]
byte
{
0x0a
,
0x16
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x2f
,
0x72
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x07
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x
97
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x
a8
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0d
,
0x52
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3c
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x52
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x50
,
0x01
,
0x5a
,
0x4d
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x52
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_ring_v1_resource_proto_goTypes
=
[]
interface
{}{}
...
...
gen/proto/go/ring/v1/service.pb.go
View file @
8177ac74
...
...
@@ -271,17 +271,18 @@ var file_ring_v1_service_proto_rawDesc = []byte{
0x73
,
0x65
,
0x22
,
0x00
,
0x12
,
0x35
,
0x0a
,
0x04
,
0x4c
,
0x6f
,
0x67
,
0x73
,
0x12
,
0x14
,
0x2e
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x4c
,
0x6f
,
0x67
,
0x73
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x15
,
0x2e
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x4c
,
0x6f
,
0x67
,
0x73
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
96
,
0x01
,
0x0a
,
0x0b
,
0x73
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
a7
,
0x01
,
0x0a
,
0x0b
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0c
,
0x53
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x3c
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x52
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x76
,
0x69
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x4d
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x72
,
0x69
,
0x6e
,
0x67
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x52
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x07
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x13
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x08
,
0x52
,
0x69
,
0x6e
,
0x67
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_ring_v1_service_proto_goTypes
=
[]
interface
{}{
...
...
gen/proto/go/sentry/v1/request_response.pb.go
View file @
8177ac74
...
...
@@ -727,18 +727,19 @@ var file_sentry_v1_request_response_proto_rawDesc = []byte{
0x75
,
0x6d
,
0x62
,
0x65
,
0x72
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x04
,
0x52
,
0x0b
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x4e
,
0x75
,
0x6d
,
0x62
,
0x65
,
0x72
,
0x12
,
0x1d
,
0x0a
,
0x0a
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x5f
,
0x64
,
0x61
,
0x74
,
0x61
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0c
,
0x52
,
0x09
,
0x62
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x44
,
0x61
,
0x74
,
0x61
,
0x42
,
0x
ac
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x6f
,
0x63
,
0x6b
,
0x44
,
0x61
,
0x74
,
0x61
,
0x42
,
0x
bd
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x14
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x40
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x53
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x01
,
0x5a
,
0x51
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x53
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/sentry/v1/resource.pb.go
View file @
8177ac74
...
...
@@ -24,18 +24,19 @@ var File_sentry_v1_resource_proto protoreflect.FileDescriptor
var
file_sentry_v1_resource_proto_rawDesc
=
[]
byte
{
0x0a
,
0x18
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2f
,
0x76
,
0x31
,
0x2f
,
0x72
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x09
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x
a5
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x73
,
0x65
,
0x72
,
0x79
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x
b6
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0d
,
0x52
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x40
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x53
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x51
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x53
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_sentry_v1_resource_proto_goTypes
=
[]
interface
{}{}
...
...
gen/proto/go/sentry/v1/service.pb.go
View file @
8177ac74
...
...
@@ -62,17 +62,19 @@ var file_sentry_v1_service_proto_rawDesc = []byte{
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x26
,
0x2e
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x47
,
0x65
,
0x74
,
0x43
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x6e
,
0x73
,
0x75
,
0x73
,
0x65
,
0x64
,
0x42
,
0x6c
,
0x6f
,
0x63
,
0x6b
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
a4
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x00
,
0x42
,
0x
b5
,
0x01
,
0x0a
,
0x0d
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0c
,
0x53
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x40
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x53
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x51
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x73
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x53
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x09
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x15
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0a
,
0x53
,
0x65
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_sentry_v1_service_proto_goTypes
=
[]
interface
{}{
...
...
gen/proto/go/txchecker/v1/request_response.pb.go
View file @
8177ac74
...
...
@@ -7,7 +7,7 @@
package
txcheckerv1
import
(
v1
"github.com/
cmpchain
/metaprotocol/gen/proto/go/base/v1"
v1
"github.com/
CaduceusMetaverseProtocol
/metaprotocol/gen/proto/go/base/v1"
protoreflect
"google.golang.org/protobuf/reflect/protoreflect"
protoimpl
"google.golang.org/protobuf/runtime/protoimpl"
reflect
"reflect"
...
...
@@ -132,20 +132,21 @@ var file_txchecker_v1_request_response_proto_rawDesc = []byte{
0x78
,
0x52
,
0x03
,
0x74
,
0x78
,
0x73
,
0x22
,
0x2e
,
0x0a
,
0x14
,
0x42
,
0x61
,
0x74
,
0x63
,
0x68
,
0x43
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x16
,
0x0a
,
0x06
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x18
,
0x01
,
0x20
,
0x03
,
0x28
,
0x08
,
0x52
,
0x06
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x42
,
0x
c1
,
0x01
,
0x0a
,
0x10
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x74
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x42
,
0x
d2
,
0x01
,
0x0a
,
0x10
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x14
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x46
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x54
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x18
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0d
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x57
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x54
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x18
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0d
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
gen/proto/go/txchecker/v1/resource.pb.go
View file @
8177ac74
...
...
@@ -24,19 +24,21 @@ var File_txchecker_v1_resource_proto protoreflect.FileDescriptor
var
file_txchecker_v1_resource_proto_rawDesc
=
[]
byte
{
0x0a
,
0x1b
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x2f
,
0x72
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x0c
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x
ba
,
0x01
,
0x0a
,
0x10
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x
cb
,
0x01
,
0x0a
,
0x10
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0d
,
0x52
,
0x65
,
0x73
,
0x6f
,
0x75
,
0x72
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x46
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x54
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x18
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0d
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x01
,
0x5a
,
0x57
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x54
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x18
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0d
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_txchecker_v1_resource_proto_goTypes
=
[]
interface
{}{}
...
...
gen/proto/go/txchecker/v1/service.pb.go
View file @
8177ac74
...
...
@@ -33,19 +33,21 @@ var file_txchecker_v1_service_proto_rawDesc = []byte{
0x76
,
0x31
,
0x2e
,
0x42
,
0x61
,
0x74
,
0x63
,
0x68
,
0x43
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x22
,
0x2e
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x2e
,
0x42
,
0x61
,
0x74
,
0x63
,
0x68
,
0x43
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x54
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
b9
,
0x01
,
0x0a
,
0x54
,
0x78
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x22
,
0x00
,
0x42
,
0x
ca
,
0x01
,
0x0a
,
0x10
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x76
,
0x31
,
0x42
,
0x0c
,
0x53
,
0x65
,
0x72
,
0x76
,
0x69
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x46
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x63
,
0x6d
,
0x70
,
0x63
,
0x68
,
0x61
,
0x69
,
0x6e
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x54
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x18
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0d
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x01
,
0x5a
,
0x57
,
0x67
,
0x69
,
0x74
,
0x68
,
0x75
,
0x62
,
0x2e
,
0x63
,
0x6f
,
0x6d
,
0x2f
,
0x43
,
0x61
,
0x64
,
0x75
,
0x63
,
0x65
,
0x75
,
0x73
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x6d
,
0x65
,
0x74
,
0x61
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x63
,
0x6f
,
0x6c
,
0x2f
,
0x67
,
0x65
,
0x6e
,
0x2f
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2f
,
0x76
,
0x31
,
0x3b
,
0x74
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x76
,
0x31
,
0xa2
,
0x02
,
0x03
,
0x54
,
0x58
,
0x58
,
0xaa
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x2e
,
0x56
,
0x31
,
0xca
,
0x02
,
0x0c
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0xe2
,
0x02
,
0x18
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x5c
,
0x56
,
0x31
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0d
,
0x54
,
0x78
,
0x63
,
0x68
,
0x65
,
0x63
,
0x6b
,
0x65
,
0x72
,
0x3a
,
0x3a
,
0x56
,
0x31
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
file_txchecker_v1_service_proto_goTypes
=
[]
interface
{}{
...
...
go.mod
View file @
8177ac74
module github.com/
cmpchain
/metaprotocol
module github.com/
CaduceusMetaverseProtocol
/metaprotocol
go 1.18
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment