Blockchain Commons Uniform Resources TypeScript Library - v1.0.0-alpha.13
Preparing search index...
decodeBytewords
Function decodeBytewords
decodeBytewords
(
encoded
:
string
,
style
?:
BytewordsStyle
)
:
Uint8Array
Decode bytewords string back to data. Validates and removes CRC32 checksum.
Parameters
encoded
:
string
style
:
BytewordsStyle
= BytewordsStyle.Minimal
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Blockchain Commons Uniform Resources TypeScript Library - v1.0.0-alpha.13
Loading...
Decode bytewords string back to data. Validates and removes CRC32 checksum.