Module 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.

Structsยง

ChannelIdHandler
ChannelPublicKeysDef
DelayedPaymentBasepointHandler
DurationHandler
HtlcBasepointHandler
OutPointReversedDef
OutPointReversedDef uses TxIdReversedDef for decoding the txid and this type should be used with the assumption that the transaction is built from a big-endian vector stream. This will produce a different Txid if not properly considered. For more details, see issue#490.
PublicKeyHandler
RevocationBasepointHandler
ScriptDef
TxIdReversedDef
TxIdReversedDef should be used with the assumption that the transaction is built from a big-endian vector stream. This will produce a different Txid if not properly considered. For more details, see issue#490.
VecWriter