8void double_spend_set_init(
UTXOPool **set);
18int double_spend_add(
UTXOPool *set,
unsigned char tx_id[TX_HASH_LEN],
unsigned int vout);
28UTXOPool *double_spend_find_node(
UTXOPool *set,
unsigned char *tx_hash,
unsigned int vout);
44void delete_double_spend_set(
UTXOPool *set);
Definition: utxo_pool.h:9
Definition: utxo_pool.h:14