Module monero::util[][src]

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

address

Monero addresses types and helper functions.

amount

Amounts errors and helpers.

key

Monero public and private keys.

ringct

Ring Confidential Transaction primitive types.

Enums

Error

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