Module monero::util

source ·
Expand description

Utility functions to manipulate addresses, amounts, keys, or ringct data types.

Shared functions needed in different part of the library or utility types for external integrations.

Modules§

  • Public ‘address’ module Monero addresses types and helper functions.
  • Public ‘amount’ module Amounts, denominations, and errors types and arithmetic.
  • Public ‘test_utils’ module (Only include this module if the “fuzzing” feature is enabled)
  • Public ‘key’ module
  • Public ‘ringct’ module Ring Confidential Transaction primitive types.

Enums§

  • A general error code, other errors should implement conversions to/from this if appropriate.