Changed RlpEncodable
This commit is contained in:
@ -11,6 +11,7 @@ import (
|
||||
|
||||
type RlpEncodable interface {
|
||||
RlpEncode() []byte
|
||||
RlpValue() []interface{}
|
||||
}
|
||||
|
||||
type RlpEncoder struct {
|
||||
|
Reference in New Issue
Block a user