Struct sway_libs::ownership::events::OwnershipSet
pub struct OwnershipSet {
/// The user which is now the owner.
pub new_owner: Identity,
}
Expand description
Logged when ownership is given to a user.
Fields
new_owner: Identity
The user which is now the owner.