mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-16 09:44:15 +00:00
Added encoder interface
This commit is contained in:
parent
3520771d68
commit
c642094cac
@ -9,6 +9,10 @@ import (
|
||||
"math/big"
|
||||
)
|
||||
|
||||
type RlpEncodable interface {
|
||||
RlpEncode() []byte
|
||||
}
|
||||
|
||||
type RlpEncoder struct {
|
||||
rlpData []byte
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user