Type Definition bc::VarIntArray

source ·
pub type VarIntArray<T> = Confined<Vec<T>, 0, U32>;

Trait Implementations§

source§

impl From<ScriptBytes> for VarIntArray<u8>

source§

fn from(wrapped: ScriptBytes) -> Self

Converts to this type from the input type.
source§

impl From<Witness> for VarIntArray<VarIntArray<u8>>

source§

fn from(wrapped: Witness) -> Self

Converts to this type from the input type.