issues
search
bodhiproject
/
qrypto
Qtum light wallet and local transaction signing client
GNU General Public License v3.0
9
stars
12
forks
source link
Tx signing from wallet & QryptoRPCProvider convenience methods
#111
Closed
dwalintukan
closed
6 years ago
dwalintukan
commented
6 years ago
Call
sendToContract
from Wallet RPC provider in the account. This is to follow the structure that a wallet/rpc provider is tied to an account.
Added convenience methods in QryptoRPCProvider:
sendToContract
and
callContract
Moved request tracking, message posting, response handling to
QryptoRPCProvider
sendToContract
from Wallet RPC provider in the account. This is to follow the structure that a wallet/rpc provider is tied to an account.sendToContract
andcallContract
QryptoRPCProvider