Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张蕾
Geth-Modification
Commits
184af72e
Commit
184af72e
authored
May 14, 2019
by
Jeremy Schlatter
Committed by
Péter Szilágyi
May 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accounts/abi: fix documentation (#19568)
parent
07d2d83c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
method.go
accounts/abi/method.go
+2
-2
No files found.
accounts/abi/method.go
View file @
184af72e
...
...
@@ -27,9 +27,9 @@ import (
// If the method is `Const` no transaction needs to be created for this
// particular Method call. It can easily be simulated using a local VM.
// For example a `Balance()` method only needs to retrieve something
// from the storage and therefor requires no Tx to be send to the
// from the storage and therefor
e
requires no Tx to be send to the
// network. A method such as `Transact` does require a Tx and thus will
// be flagged `
tru
e`.
// be flagged `
fals
e`.
// Input specifies the required input parameters for this gives method.
type
Method
struct
{
Name
string
...
...
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