Type Alias WireTransfer

Source
pub type WireTransfer<'de> = WireVector<'de, u8>;
Expand description

The wire type corresponding to Transfer.

Aliased Typeยง

struct WireTransfer<'de> { /* private fields */ }