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.

Trait Implementations

pub fn abi_encode(self, buffer: Buffer) -> Buffer

pub fn abi_decode(refmut buffer: BufferReader) -> Self