mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 19:56:44 +00:00
This commit is contained in:
parent
eb770486f2
commit
e711a77747
1 changed files with 1 additions and 36 deletions
|
|
@ -5474,36 +5474,6 @@ var methods = function () {
|
||||||
outputFormatter: utils.toDecimal
|
outputFormatter: utils.toDecimal
|
||||||
});
|
});
|
||||||
|
|
||||||
var compileSolidity = new Method({
|
|
||||||
name: 'compile.solidity',
|
|
||||||
call: 'eth_compileSolidity',
|
|
||||||
params: 1
|
|
||||||
});
|
|
||||||
|
|
||||||
var compileLLL = new Method({
|
|
||||||
name: 'compile.lll',
|
|
||||||
call: 'eth_compileLLL',
|
|
||||||
params: 1
|
|
||||||
});
|
|
||||||
|
|
||||||
var compileSerpent = new Method({
|
|
||||||
name: 'compile.serpent',
|
|
||||||
call: 'eth_compileSerpent',
|
|
||||||
params: 1
|
|
||||||
});
|
|
||||||
|
|
||||||
var submitWork = new Method({
|
|
||||||
name: 'submitWork',
|
|
||||||
call: 'eth_submitWork',
|
|
||||||
params: 3
|
|
||||||
});
|
|
||||||
|
|
||||||
var getWork = new Method({
|
|
||||||
name: 'getWork',
|
|
||||||
call: 'eth_getWork',
|
|
||||||
params: 0
|
|
||||||
});
|
|
||||||
|
|
||||||
var getCandidateStatus = new Method({
|
var getCandidateStatus = new Method({
|
||||||
name: 'getCandidateStatus',
|
name: 'getCandidateStatus',
|
||||||
call: 'eth_getCandidateStatus',
|
call: 'eth_getCandidateStatus',
|
||||||
|
|
@ -5540,12 +5510,7 @@ var methods = function () {
|
||||||
sendRawTransaction,
|
sendRawTransaction,
|
||||||
signTransaction,
|
signTransaction,
|
||||||
sendTransaction,
|
sendTransaction,
|
||||||
sign,
|
sign
|
||||||
compileSolidity,
|
|
||||||
compileLLL,
|
|
||||||
compileSerpent,
|
|
||||||
submitWork,
|
|
||||||
getWork
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue