mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
moved'
This commit is contained in:
parent
b71e632b46
commit
aacfdc7a47
1 changed files with 2 additions and 0 deletions
|
|
@ -53,5 +53,7 @@ func RlpEncode(object interface{}) string {
|
|||
}
|
||||
|
||||
type RlpSerializer interface {
|
||||
MarshalRls() []byte
|
||||
UnmarshalRls([]byte)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue