decodeShelleyAddress
export function decodeShelleyAddress(bytes: BytesLike): ShelleyAddress
Pointer addresses are on the deprecation path, so we can use the first byte to distinguish between wrapped CBOR bytes and unwrapped bytes
Arguments
1. bytes
bytes: BytesLike
Returns
ShelleyAddress