plugeth/mobile
Marius van der Wijden ed0670cb17
accounts/abi/bind: allow specifying signer on transactOpts (#21356)
This commit enables users to specify which signer they want to use while creating their transactOpts.
Previously all contract interactions used the homestead signer. Now a user can specify whether they
want to sign with homestead or EIP155 and specify the chainID which adds another layer of security.

Closes #16484
2020-12-08 14:44:56 +01:00
..
accounts.go
android_test.go
big.go mobile: added constructor for big int (#21597) 2020-09-28 14:12:08 +02:00
bind.go accounts/abi/bind: allow specifying signer on transactOpts (#21356) 2020-12-08 14:44:56 +01:00
common.go mobile: better api for java users (#21580) 2020-09-21 16:33:35 +02:00
context.go
discover.go
doc.go all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
ethclient.go
ethereum.go all: remove redundant conversions and import names (#21903) 2020-11-25 21:00:23 +01:00
geth_android.go
geth_ios.go
geth_other.go
geth.go mobile: better api for java users (#21580) 2020-09-21 16:33:35 +02:00
init.go
interface_test.go
interface.go
logger.go
p2p.go
params.go
primitives.go
types.go mobile: better api for java users (#21580) 2020-09-21 16:33:35 +02:00
vm.go