Home
last modified time | relevance | path

Searched refs:UnprotectedAllowed (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/ethapi/
H A Dbackend.go54 UnprotectedAllowed() bool // allows only for EIP155 transactions. methodSpec
H A Dapi.go1689 if !b.UnprotectedAllowed() && !tx.Protected() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dapi_backend.go289 func (b *LesApiBackend) UnprotectedAllowed() bool {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/
H A Dapi_backend.go312 func (b *EthAPIBackend) UnprotectedAllowed() bool { func