pub struct ProxyTargetSet {
    /// The new target contract.
    pub new_target: ContractId,
}
Expand description

Logged when ownership is a new proxy target is set.

Fields

new_target: ContractId

The new target contract.