Home
last modified time | relevance | path

Searched refs:LatestSignerForChainID (Results 1 – 12 of 12) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/abi/bind/
H A Dauth.go126 signer := types.LatestSignerForChainID(chainID)
150 signer := types.LatestSignerForChainID(chainID)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/tracers/
H A Dtracers_test.go54 signer := types.LatestSignerForChainID(big.NewInt(1337))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/keystore/
H A Dkeystore.go287 signer := types.LatestSignerForChainID(chainID)
312 signer := types.LatestSignerForChainID(chainID)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/stress/1559/
H A Dmain.go109 signer = types.LatestSignerForChainID(genesis.Config.ChainID)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/ethclient/gethclient/
H A Dgethclient_test.go265 signer := types.LatestSignerForChainID(chainID)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/types/
H A Dblock_test.go118 …tx2, err := tx2.WithSignature(LatestSignerForChainID(big.NewInt(1)), common.Hex2Bytes("fe38ca4e44a…
H A Dtransaction_signing.go86 func LatestSignerForChainID(chainID *big.Int) Signer { func
H A Dtransaction_test.go281 signer := LatestSignerForChainID(common.Big1)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/ethclient/
H A Dethclient_test.go652 signer := types.LatestSignerForChainID(chainID)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/scwallet/
H A Dwallet.go702 signer := types.LatestSignerForChainID(chainID)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/rawdb/
H A Daccessors_chain_test.go626 signer := types.LatestSignerForChainID(big.NewInt(8))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dtx_pool_test.go102 …tx, _ := types.SignNewTx(key, types.LatestSignerForChainID(params.TestChainConfig.ChainID), &types…