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
fdba2053
Commit
fdba2053
authored
Dec 08, 2022
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update eth.proto
parent
4c299ab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
eth.proto
baseapi/base/v1/eth.proto
+9
-9
No files found.
baseapi/base/v1/eth.proto
View file @
fdba2053
...
@@ -40,9 +40,9 @@ message EthLegacyTx {
...
@@ -40,9 +40,9 @@ message EthLegacyTx {
Address
to
=
4
;
Address
to
=
4
;
BigInt
value
=
5
;
BigInt
value
=
5
;
bytes
data
=
6
;
bytes
data
=
6
;
BigInt
V
=
7
;
BigInt
v
=
7
;
BigInt
R
=
8
;
BigInt
r
=
8
;
BigInt
S
=
9
;
BigInt
s
=
9
;
}
}
message
EthAccessListTx
{
message
EthAccessListTx
{
...
@@ -54,9 +54,9 @@ message EthAccessListTx {
...
@@ -54,9 +54,9 @@ message EthAccessListTx {
BigInt
value
=
6
;
BigInt
value
=
6
;
bytes
data
=
7
;
bytes
data
=
7
;
EthAccessList
access_list
=
8
;
EthAccessList
access_list
=
8
;
BigInt
V
=
9
;
BigInt
v
=
9
;
BigInt
R
=
10
;
BigInt
r
=
10
;
BigInt
S
=
11
;
BigInt
s
=
11
;
}
}
message
EthDynamicFeeTx
{
message
EthDynamicFeeTx
{
...
@@ -69,9 +69,9 @@ message EthDynamicFeeTx {
...
@@ -69,9 +69,9 @@ message EthDynamicFeeTx {
BigInt
value
=
7
;
BigInt
value
=
7
;
bytes
data
=
8
;
bytes
data
=
8
;
EthAccessList
access_list
=
9
;
EthAccessList
access_list
=
9
;
BigInt
V
=
10
;
BigInt
v
=
10
;
BigInt
R
=
11
;
BigInt
r
=
11
;
BigInt
S
=
12
;
BigInt
s
=
12
;
}
}
message
EthTransaction
{
message
EthTransaction
{
...
...
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