@exodus/bytes
Preparing search index...
@exodus/bytes/bech32.js
Bech32DecodeResult
Interface Bech32DecodeResult
Result of decoding a bech32 or bech32m string
interface
Bech32DecodeResult
{
bytes
:
Uint8Array
;
prefix
:
string
;
}
Index
Properties
bytes
prefix
Properties
bytes
bytes
:
Uint8Array
The decoded bytes
prefix
prefix
:
string
The human-readable prefix
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
prefix
@exodus/bytes
Loading...
Result of decoding a bech32 or bech32m string