Trait serai_processor::networks::UtxoNetwork
source · pub trait UtxoNetwork: Network {
const MAX_INPUTS: usize;
}
Required Associated Constants§
sourceconst MAX_INPUTS: usize
const MAX_INPUTS: usize
The maximum amount of inputs which will fit in a TX. This should be equal to MAX_OUTPUTS unless one is specifically limited. A TX with MAX_INPUTS and MAX_OUTPUTS must not exceed the max size.
Object Safety§
This trait is not object safe.