Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DIDExStateComp state complete message type.
DIDExStateComp = "https://trustbloc.dev/didexchange/1.0/state-complete"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CtxProvider ¶
type CtxProvider interface { Service(id string) (interface{}, error) ServiceEndpoint() string StorageProvider() storage.Provider Messenger() service.Messenger ProtocolStateStorageProvider() storage.Provider KMS() kms.KeyManager VDRegistry() vdrapi.Registry Crypto() ariescrypto.Crypto KeyType() kms.KeyType KeyAgreementType() kms.KeyType MediaTypeProfiles() []string }
CtxProvider contains dependencies to create aries protocol clients and is typically created by using aries.Context().
type DIDCommMsg ¶ added in v0.1.5
DIDCommMsg core didcomm message model.
Click to show internal directories.
Click to hide internal directories.