Type alias: Reference
Ƭ Reference: HexString
<typeof REFERENCE_HEX_LENGTH
> | HexString
<typeof ENCRYPTED_REFERENCE_HEX_LENGTH
>
Generic reference that can be either non-encrypted reference which is a hex string of length 64 or encrypted reference which is a hex string of length 128.
Encrypted reference consists of two parts. The reference address itself (like non-encrypted reference) and decryption key.
see
Bee docs - Store with Encryption