good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
184af72e
Commit
184af72e
authored
May 14, 2019
by
Jeremy Schlatter
Committed by
Péter Szilágyi
May 14, 2019
Browse files
Options
Downloads
Patches
Plain Diff
accounts/abi: fix documentation (#19568)
parent
07d2d83c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
accounts/abi/method.go
+2
-2
2 additions, 2 deletions
accounts/abi/method.go
with
2 additions
and
2 deletions
accounts/abi/method.go
+
2
−
2
View file @
184af72e
...
@@ -27,9 +27,9 @@ import (
...
@@ -27,9 +27,9 @@ import (
// If the method is `Const` no transaction needs to be created for this
// 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.
// particular Method call. It can easily be simulated using a local VM.
// For example a `Balance()` method only needs to retrieve something
// 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
// 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.
// Input specifies the required input parameters for this gives method.
type
Method
struct
{
type
Method
struct
{
Name
string
Name
string
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment