Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DIDStore ¶
type DIDStore struct {
// contains filtered or unexported fields
}
func NewDIDStore ¶
type KeyInput ¶
type KeyInput struct { Purposes []string `json:"purposes"` VerificationMethod did.VerificationMethod `json:"verificationMethod"` }
type PaymentResponse ¶
type RegisterStore ¶
type RegisterStore struct {
// contains filtered or unexported fields
}
func NewRegisterStore ¶
func NewRegisterStore(apiHost, apiKey string, storage Storage) *RegisterStore
func (*RegisterStore) Register ¶
func (s *RegisterStore) Register(doc *did.Document) (*PaymentResponse, error)
Click to show internal directories.
Click to hide internal directories.