Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web3jdemo
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
duanjinfei
web3jdemo
Commits
fae6e8b2
Commit
fae6e8b2
authored
Aug 23, 2022
by
duanjinfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change account pk and address
parent
888696ef
Pipeline
#538
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SignAndSubmit.java
src/main/java/com/wuban/signDemo/SignAndSubmit.java
+2
-2
No files found.
src/main/java/com/wuban/signDemo/SignAndSubmit.java
View file @
fae6e8b2
...
@@ -150,8 +150,8 @@ public class SignAndSubmit {
...
@@ -150,8 +150,8 @@ public class SignAndSubmit {
public
static
void
main
(
String
[]
args
)
{
public
static
void
main
(
String
[]
args
)
{
SignAndSubmit
signAndSubmit
=
new
SignAndSubmit
(
"https://galaxy.block.caduceus.foundation"
);
SignAndSubmit
signAndSubmit
=
new
SignAndSubmit
(
"https://galaxy.block.caduceus.foundation"
);
byte
[]
signMessage
=
signAndSubmit
.
offlineSign
(
byte
[]
signMessage
=
signAndSubmit
.
offlineSign
(
"
099ff81b635b2b08fef0cba973d65a2eceb66283fae4bdaabaad01e9d74124dd
"
,
"
私钥
"
,
"
0x16C07A5C1Be38D91Df5ba86D169588702F748612
"
,
"
地址
"
,
new
BigInteger
(
"1000000000000000000"
));
new
BigInteger
(
"1000000000000000000"
));
if
(
Objects
.
isNull
(
signMessage
)){
if
(
Objects
.
isNull
(
signMessage
)){
System
.
exit
(
0
);
System
.
exit
(
0
);
...
...
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