iota_sdk.types.consolidation_params
ConsolidationParams Objects
@dataclass
class ConsolidationParams()
Parameters for consolidation.
Attributes:
force (bool):
Ignores the output_threshold if set to true
.
outputThreshold (Optional[int]):
Consolidates if the output number is >= the output_threshold.
targetAddress (Optional[str]):
Address to which the consolidated output should be sent.