Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DID ¶
type DID interface {
KID() string
Did() string // this is alias for KID() TODO: remove when done with ssi.DID
StartEndp(storageH managed.Wallet, connectionID string)
Store(mgdWallet, mgdStorage managed.Wallet)
SavePairwiseForDID(mStorage managed.Wallet, theirDID DID, pw PairwiseMeta)
StoreResult() error
AEndp() (ae service.Addr, err error)
SetAEndp(ae service.Addr)
Route() []string
String() string
SignKey() any
Packager() api.Packager
// TODO: this is mainly for indy but could be merged with SignKey?
VerKey() string
Storage() managed.Wallet
}
type Destination ¶
type Destination struct {
}
type PairwiseMeta ¶ added in v0.30.9
Click to show internal directories.
Click to hide internal directories.