Crate neptune_cash

Crate neptune_cash 

Source

Modules§

api
public api for common neptune-core operations
application
bench_helpers
macros
prelude
Re-exports the most commonly-needed APIs of neptune-core.
protocol
state
util_types

Structs§

ScopeDurationLogger
for logging how long a scope takes to execute.

Constants§

COMPOSITION_FAILED_EXIT_CODE
MAGIC_STRING_REQUEST
Magic string to ensure other program is Neptune Core
MAGIC_STRING_RESPONSE
SUCCESS_EXIT_CODE

Functions§

initialize
time_fn_call
Time a fn call. Duration is returned as a float in seconds.
time_fn_call_async
Time an async fn call. Duration is returned as a float in seconds.
utc_timestamp_to_localtime
Converts a UTC millisecond timestamp (millis since 1970 UTC) into a DateTime<Local>, ie local-time.