Module lightning_signer::util::ser_util
source · Expand description
serde for foreign types
By convention, structs ending with Def are serde local types
describing how to serialize a remote type via serde(remote).
Structs ending with Entry are local types that require a manual
transformation from the remote type - implemented via From / Into.