From 52ea122f67acac6460cb9af05b9779b5e9784db2 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Tue, 31 Oct 2023 12:35:57 +0100 Subject: [PATCH] Order --- bindings/python/iota_sdk/types/output.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bindings/python/iota_sdk/types/output.py b/bindings/python/iota_sdk/types/output.py index 20e1e37d6b..1208b47534 100644 --- a/bindings/python/iota_sdk/types/output.py +++ b/bindings/python/iota_sdk/types/output.py @@ -134,20 +134,20 @@ class AnchorOutput: The base coin amount of the output. mana : Amount of stored Mana held by this output. - unlock_conditions: - The conditions to unlock the output. anchor_id : The anchor ID if it's an anchor output. state_index : A counter that must increase by 1 every time the anchor is state transitioned. - state_metadata : - Metadata that can only be changed by the state controller. + unlock_conditions: + The conditions to unlock the output. features : Features that add utility to the output but do not impose unlocking conditions. - native_tokens : - Native tokens added to the new output. immutable_features : Features that add utility to the output but do not impose unlocking conditions. These features need to be kept in future transitions of the UTXO state machine. + state_metadata : + Metadata that can only be changed by the state controller. + native_tokens : + Native tokens added to the new output. type : The type of output. """