Module output

Source
Expand description

Output functions.

Functionsยง

add_output
Add a Pre-RCT Output to the database.
add_rct_output
Add an RctOutput to the database.
get_num_outputs
How many pre-RCT Outputs are there?
get_output
Retrieve a Pre-RCT Output from the database.
get_rct_num_outputs
How many RctOutputs are there?
get_rct_output
Retrieve an RctOutput from the database.
id_to_output_on_chain
Map an PreRctOutputId to an OutputOnChain.
output_to_output_on_chain
Map an Output to a cuprate_types::OutputOnChain.
rct_output_to_output_on_chain
Map an RctOutput to a cuprate_types::OutputOnChain.
remove_output
Remove a Pre-RCT Output from the database.
remove_rct_output
Remove an RctOutput from the database.