mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
49a529388b
* resolve * resolve * return * remove deprecated protos * rem deprecated pbs * resolve cache * resolve md TODO * node server * resolve config todo * resolve even more * broken build
9 lines
355 B
Go
9 lines
355 B
Go
/*
|
|
Package encoder allows for registering custom data encoders for information
|
|
sent as raw bytes over the wire via p2p to other nodes. Examples of encoders
|
|
are SSZ (SimpleSerialize), SSZ with Snappy compression, among others. Providing
|
|
an abstract interface for these encoders allows for future flexibility of
|
|
Ethereum beacon node p2p.
|
|
*/
|
|
package encoder
|