Encodable

Derive Macro Encodable 

Source
#[derive(Encodable)]
Expand description

Derive Encodable for a struct.

Notes:

  • all number fields will be encoded in big endian, unlike rust-bitcoin
  • all Option fields will be encoded with a bool indicating whether the field is Some or None