Expand description
Output functions.
Functionsยง
- add_
output - Add a Pre-RCT
Outputto the database. - add_
rct_ output - Add an
RctOutputto the database. - get_
num_ outputs - How many pre-RCT
Outputs are there? - get_
output - Retrieve a Pre-RCT
Outputfrom the database. - get_
rct_ num_ outputs - How many
RctOutputs are there? - get_
rct_ output - Retrieve an
RctOutputfrom the database. - id_
to_ output_ on_ chain - Map an
PreRctOutputIdto anOutputOnChain. - output_
to_ output_ on_ chain - Map an
Outputto acuprate_types::OutputOnChain. - rct_
output_ to_ output_ on_ chain - Map an
RctOutputto acuprate_types::OutputOnChain. - remove_
output - Remove a Pre-RCT
Outputfrom the database. - remove_
rct_ output - Remove an
RctOutputfrom the database.