Given Output.token data, encode a token prefix.
This function does not fail, but returns an empty Uint8Array if the token data does not encode any tokens (even if token.category is set).
token.category
the token data to encode
Generated using TypeDoc
Given Output.token data, encode a token prefix.
This function does not fail, but returns an empty Uint8Array if the token data does not encode any tokens (even if
token.category
is set).