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
d0473d6d
Commit
d0473d6d
authored
Jan 15, 2015
by
Marek Kotewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gulp
parent
70bf1a57
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ethereum.js
dist/ethereum.js
+2
-2
ethereum.js.map
dist/ethereum.js.map
+1
-1
No files found.
dist/ethereum.js
View file @
d0473d6d
...
@@ -443,12 +443,12 @@ var ETH_METHOD_SIGNATURE_LENGTH = 4;
...
@@ -443,12 +443,12 @@ var ETH_METHOD_SIGNATURE_LENGTH = 4;
* var abi = [{
* var abi = [{
* name: 'myMethod',
* name: 'myMethod',
* inputs: [{ name: 'a', type: 'string' }],
* inputs: [{ name: 'a', type: 'string' }],
* outputs: [{name 'd', type: 'string' }]
* outputs: [{name
:
'd', type: 'string' }]
* }]; // contract abi
* }]; // contract abi
*
*
* var myContract = web3.eth.contract('0x0123123121', abi); // creation of contract object
* var myContract = web3.eth.contract('0x0123123121', abi); // creation of contract object
*
*
* myContract.myMethod('this is test string param for call').cal(); // myMethod call
* myContract.myMethod('this is test string param for call').cal
l
(); // myMethod call
* myContract.myMethod('this is test string param for transact').transact() // myMethod transact
* myContract.myMethod('this is test string param for transact').transact() // myMethod transact
*
*
* @param address - address of the contract, which should be called
* @param address - address of the contract, which should be called
...
...
dist/ethereum.js.map
View file @
d0473d6d
This diff is collapsed.
Click to expand it.
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