1
0
Fork 0
forked from lthn/blockchain
blockchain/src/wallet/wallet_debug_events_definitions.h
2023-08-25 22:40:20 +02:00

21 lines
477 B
C

// Copyright (c) 2014-2023 Zano Project
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
//Wallet Debug Events
struct wde_construct_tx_handle_asset_descriptor_operation
{
currency::asset_descriptor_operation* pado;
};
//Wallet Debug Events
struct wde_construct_tx_handle_asset_descriptor_operation_before_seal
{
currency::asset_descriptor_operation* pado;
};