Versions in this module Expand all Collapse all v2 v2.1.4 Jan 5, 2024 Changes in this version + func DecodeBase64(s string) ([]byte, error) + func UserMe(ctx context.Context, s *session.Session) (*mixin.User, error) v2.1.3 Dec 12, 2023 Changes in this version + func GetOrReadPin(s *session.Session) (string, error) + func GetOrSpendKey(s *session.Session) (*mixinnet.Key, error) + func LookupAndLoadKeystore(name string) ([]byte, error) + type Keystore struct + Pin string + SpendKey *mixinnet.Key + func DecodeKeystore(b []byte) (*Keystore, error) + func (store *Keystore) String() string