Type Alias TxIoVec

Source
pub type TxIoVec<T> = BoundedVec<T, 1, { _ }>;
Expand description

BoundedVec type for Tx inputs, output_candidates and outputs

Aliased Typeยง

pub struct TxIoVec<T> { /* private fields */ }