Searched refs:UnprotectedAllowed (Results 1 – 4 of 4) sorted by relevance
54 UnprotectedAllowed() bool // allows only for EIP155 transactions. methodSpec
1689 if !b.UnprotectedAllowed() && !tx.Protected() {
289 func (b *LesApiBackend) UnprotectedAllowed() bool {
312 func (b *EthAPIBackend) UnprotectedAllowed() bool { func