Context: I need to fetch the group subfeed, but the group subfeed has the secret key bytes as the feedpurpose. What I have is the groupId, and from that I can fetch (from keyring) the secret key bytes, but then I need to create a SecretKey class instance.
Context: I need to fetch the group subfeed, but the group subfeed has the secret key bytes as the
feedpurpose
. What I have is the groupId, and from that I can fetch (from keyring) the secret key bytes, but then I need to create aSecretKey
class instance.Asking for a review from whoever sees this first.