Type Alias ergo_lib::chain::transaction::TxIoVec

source ·
pub type TxIoVec<T> = BoundedVec<T, 1, ergotree_interpreter::::eval::context::TxIoVec::{constant#1}>;
Expand description

BoundedVec type for Tx inputs, output_candidates and outputs

Aliased Type§

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