Skip to main content

StackElement

Type Alias StackElement 

Source
pub type StackElement = SmallVec<[u8; 80]>;
Expand description

Stack element: inline up to 80 bytes when production (sigs, pubkeys, hashes), else Vec.

Aliased Typeยง

pub struct StackElement { /* private fields */ }