forked from cerc-io/plugeth
Changed RlpEncodable
This commit is contained in:
parent
dccef70728
commit
58a0e8e3e2
@ -11,6 +11,7 @@ import (
|
||||
|
||||
type RlpEncodable interface {
|
||||
RlpEncode() []byte
|
||||
RlpValue() []interface{}
|
||||
}
|
||||
|
||||
type RlpEncoder struct {
|
||||
|
Loading…
Reference in New Issue
Block a user