Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CMAttachmentDescriptors ¶
type CMAttachmentDescriptors struct {
OutputDesc []*cm.OutputDescriptor `json:"output_descriptor,omitempty"`
PresentationDefinition *presexch.PresentationDefinition `json:"presentation_definition,omitempty"`
Options map[string]string `json:"options,omitempty"`
}
CMAttachmentDescriptors defines the part of properties of credential manifest
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider provide credential attachment descriptors ops.
func (*Provider) FetchCMDescriptorsByScope ¶
func (p *Provider) FetchCMDescriptorsByScope(scope string) (*CMAttachmentDescriptors, bool)
FetchCMDescriptorsByScope allows to fetch the descriptor by scope
Click to show internal directories.
Click to hide internal directories.