Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicSigner ¶
type DynamicSigner interface { Sign(rel VerificationRelation, message []byte) (*SigningResponse, error) GetDid() string }
type SigningResponse ¶ added in v0.1.9
type VerificationRelation ¶ added in v0.1.3
type VerificationRelation uint8
const ( NotSupported VerificationRelation = iota Master Authentication CapabilityInvocation CapabilityDelegation AssertionMethod )
func (VerificationRelation) String ¶ added in v0.1.4
func (vr VerificationRelation) String() string
Click to show internal directories.
Click to hide internal directories.