|
@@ -664,6 +664,21 @@ web3._extend({
|
|
|
params: 1,
|
|
params: 1,
|
|
|
}),
|
|
}),
|
|
|
|
|
|
|
|
|
|
+ new web3._extend.Method({
|
|
|
|
|
+ name: 'toTransaction',
|
|
|
|
|
+ call: 'zdy_ToTransaction',
|
|
|
|
|
+ params: 1,
|
|
|
|
|
+ }),
|
|
|
|
|
+ new web3._extend.Method({
|
|
|
|
|
+ name: 'sendRawTransaction',
|
|
|
|
|
+ call: 'zdy_sendRawTransaction',
|
|
|
|
|
+ params: 1,
|
|
|
|
|
+ }),
|
|
|
|
|
+ new web3._extend.Method({
|
|
|
|
|
+ name: 'signTest',
|
|
|
|
|
+ call: 'zdy_signTest',
|
|
|
|
|
+ params: 1,
|
|
|
|
|
+ }),
|
|
|
new web3._extend.Method({
|
|
new web3._extend.Method({
|
|
|
name: 'x',
|
|
name: 'x',
|
|
|
call: 'zdy_x',
|
|
call: 'zdy_x',
|
|
@@ -672,7 +687,6 @@ web3._extend({
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
]
|
|
]
|
|
|
})
|
|
})
|
|
|
`
|
|
`
|