mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 23:39:26 +00:00
Changed RlpEncodable
This commit is contained in:
parent
dccef70728
commit
58a0e8e3e2
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import (
|
||||||
|
|
||||||
type RlpEncodable interface {
|
type RlpEncodable interface {
|
||||||
RlpEncode() []byte
|
RlpEncode() []byte
|
||||||
|
RlpValue() []interface{}
|
||||||
}
|
}
|
||||||
|
|
||||||
type RlpEncoder struct {
|
type RlpEncoder struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue