Module scrypto::address

source ·
Expand description

RE bech32 address library.

Modules

Structs

Enums

Statics

Functions

  • NOTE: The below code is copied with minor alterations from the bech32 crate. These alterations are to avoid using std for allocations, and fit with the sbor no-alloc options.