Versions in this module Expand all Collapse all v1 v1.0.0 Dec 23, 2023 Changes in this version + const ActionColor + const DebugColor + const ErrorColor + const NoteColor + const OKColor + const StepColor + func HandleExampleError(err error, msg string) + func WriteAction(s string) + func WriteError(s string) + func WriteNote(s string) + func WriteOK(s string) + func WriteStep(s string, step int) + type SimpleWallet struct + func NewSimpleWallet() *SimpleWallet + func (s *SimpleWallet) AddCredentialJWT(credID, cred string) error + func (s *SimpleWallet) AddDID(id string) error + func (s *SimpleWallet) AddPrivateKey(id, kid string, pubKey gocrypto.PrivateKey) error + func (s *SimpleWallet) GetDIDs() []string + func (s *SimpleWallet) GetKey(kid string) (string, gocrypto.PrivateKey, error) + func (s *SimpleWallet) GetKeysForDID(id string) ([]WalletKeys, error) + func (s *SimpleWallet) Init(didMethod did.Method) error + func (s *SimpleWallet) Size() int + type WalletKeys struct + ID string + Key gocrypto.PrivateKey