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 */ }
pub type TxIoVec<T> = BoundedVec<T, 1, { _ }>;
BoundedVec type for Tx inputs, output_candidates and outputs
pub struct TxIoVec<T> { /* private fields */ }