Module ledger_mob_core::helpers
source · Modules
- Nested message and enum types in
PrintableWrapper
.
Structs
- / A 32-byte compressed Ristretto curve point (public key)
- / This wraps all of the above messages using “oneof”, allowing us to / have a single encoding scheme and extend as necessary simply by adding / new messages without breaking backwards compatibility
- / A public address, used to identify recipients.
Functions
- Helper to b58 encode PublicAddress equivalent types without pulling in no-std incompatible
mc_api
dependency. - Re-implementation of
Signer
forRistrettoPrivate
using reference types to minimize stack allocations