Module monero::util[][src]

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

address

Monero addresses types and helper functions.

amount

Amounts, denominations, and errors types and arithmetic.

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.