1use platform_value::Identifier; 2 3pub trait StateTransitionOwned { 4 /// Get owner ID 5 fn owner_id(&self) -> Identifier; 6}