pub fn emit_admin_transfer_completed(
e: &Env,
previous_admin: &Address,
new_admin: &Address,
)Expand description
Emits an event when an admin transfer is completed.
ยงArguments
e- Access to Soroban environment.previous_admin- The previous admin.new_admin- The new admin who accepted the transfer.