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ยง
- Channel
IdHandler - Channel
Public Keys Def - Delayed
Payment Basepoint Handler - Duration
Handler - Htlc
Basepoint Handler - OutPoint
Reversed Def - 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.
- Public
KeyHandler - Revocation
Basepoint Handler - Script
Def - TxId
Reversed Def - 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