Struct sway_libs::upgradability::events::ProxyOwnerSet
pub struct ProxyOwnerSet {
/// The new ownership state.
pub new_proxy_owner: State,
}
Expand description
Logged when ownership is a new proxy owner is set.
Fields
new_proxy_owner: State
The new ownership state.