Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func IsEmpty(input string) bool
- func IsValidDID(input string) bool
- func IsValidDIDDocument(didDoc *DidDocument) bool
- func IsValidDIDKeyFormat(did string) bool
- func IsValidDIDMetadata(didMeta *DidMetadata) bool
- func IsValidDIDURL(input string) bool
- func IsValidRFC3986Uri(input string) bool
- func RegisterCodec(cdc *codec.LegacyAmino)
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- func RegisterMsgHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterMsgHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MsgClient) error
- func RegisterMsgHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterMsgHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MsgServer) error
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func ResolveAccountDID(did, chainID string) (didDoc DidDocument, didMeta DidMetadata, err error)
- func UpdateDidMetadata(meta *DidMetadata, versionData []byte, updated time.Time)
- func ValidateService(s *Service) (err error)
- func ValidateVerification(v *Verification, allowedControllers ...string) (err error)
- type BlockchainAccountID
- type DID
- type DidDocument
- func (didDoc *DidDocument) AddControllers(controllers ...string) error
- func (didDoc *DidDocument) AddServices(services ...*Service) (err error)
- func (didDoc *DidDocument) AddVerifications(verifications ...*Verification) (err error)
- func (didDoc *DidDocument) DeleteControllers(controllers ...string) error
- func (didDoc *DidDocument) DeleteService(serviceID string)
- func (*DidDocument) Descriptor() ([]byte, []int)
- func (this *DidDocument) Equal(that interface{}) bool
- func (didDoc DidDocument) GetBytes() []byte
- func (didDoc DidDocument) GetVerificationMethodBlockchainAddress(methodID string) (address string, err error)
- func (didDoc DidDocument) GetVerificationRelationships(methodID string) []string
- func (didDoc *DidDocument) HasController(controller DID) bool
- func (didDoc DidDocument) HasPublicKey(pubkey cryptotypes.PubKey) bool
- func (didDoc DidDocument) HasRelationship(signer BlockchainAccountID, relationships ...string) bool
- func (m *DidDocument) Marshal() (dAtA []byte, err error)
- func (m *DidDocument) MarshalTo(dAtA []byte) (int, error)
- func (m *DidDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DidDocument) ProtoMessage()
- func (m *DidDocument) Reset()
- func (didDoc *DidDocument) RevokeVerification(methodID string) error
- func (didDoc *DidDocument) SetVerificationRelationships(methodID string, relationships ...string) error
- func (m *DidDocument) Size() (n int)
- func (m *DidDocument) String() string
- func (m *DidDocument) Unmarshal(dAtA []byte) error
- func (m *DidDocument) XXX_DiscardUnknown()
- func (m *DidDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DidDocument) XXX_Merge(src proto.Message)
- func (m *DidDocument) XXX_Size() int
- func (m *DidDocument) XXX_Unmarshal(b []byte) error
- type DidDocumentCreatedEvent
- func (*DidDocumentCreatedEvent) Descriptor() ([]byte, []int)
- func (this *DidDocumentCreatedEvent) Equal(that interface{}) bool
- func (m *DidDocumentCreatedEvent) Marshal() (dAtA []byte, err error)
- func (m *DidDocumentCreatedEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *DidDocumentCreatedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DidDocumentCreatedEvent) ProtoMessage()
- func (m *DidDocumentCreatedEvent) Reset()
- func (m *DidDocumentCreatedEvent) Size() (n int)
- func (m *DidDocumentCreatedEvent) String() string
- func (m *DidDocumentCreatedEvent) Unmarshal(dAtA []byte) error
- func (m *DidDocumentCreatedEvent) XXX_DiscardUnknown()
- func (m *DidDocumentCreatedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DidDocumentCreatedEvent) XXX_Merge(src proto.Message)
- func (m *DidDocumentCreatedEvent) XXX_Size() int
- func (m *DidDocumentCreatedEvent) XXX_Unmarshal(b []byte) error
- type DidDocumentOption
- type DidDocumentUpdatedEvent
- func (*DidDocumentUpdatedEvent) Descriptor() ([]byte, []int)
- func (this *DidDocumentUpdatedEvent) Equal(that interface{}) bool
- func (m *DidDocumentUpdatedEvent) Marshal() (dAtA []byte, err error)
- func (m *DidDocumentUpdatedEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *DidDocumentUpdatedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DidDocumentUpdatedEvent) ProtoMessage()
- func (m *DidDocumentUpdatedEvent) Reset()
- func (m *DidDocumentUpdatedEvent) Size() (n int)
- func (m *DidDocumentUpdatedEvent) String() string
- func (m *DidDocumentUpdatedEvent) Unmarshal(dAtA []byte) error
- func (m *DidDocumentUpdatedEvent) XXX_DiscardUnknown()
- func (m *DidDocumentUpdatedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DidDocumentUpdatedEvent) XXX_Merge(src proto.Message)
- func (m *DidDocumentUpdatedEvent) XXX_Size() int
- func (m *DidDocumentUpdatedEvent) XXX_Unmarshal(b []byte) error
- type DidMetadata
- func (*DidMetadata) Descriptor() ([]byte, []int)
- func (this *DidMetadata) Equal(that interface{}) bool
- func (m *DidMetadata) Marshal() (dAtA []byte, err error)
- func (m *DidMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *DidMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DidMetadata) ProtoMessage()
- func (m *DidMetadata) Reset()
- func (m *DidMetadata) Size() (n int)
- func (m *DidMetadata) String() string
- func (m *DidMetadata) Unmarshal(dAtA []byte) error
- func (m *DidMetadata) XXX_DiscardUnknown()
- func (m *DidMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DidMetadata) XXX_Merge(src proto.Message)
- func (m *DidMetadata) XXX_Size() int
- func (m *DidMetadata) XXX_Unmarshal(b []byte) error
- type MsgAddController
- func (*MsgAddController) Descriptor() ([]byte, []int)
- func (msg MsgAddController) GetSignBytes() []byte
- func (msg MsgAddController) GetSigners() []sdk.AccAddress
- func (m *MsgAddController) Marshal() (dAtA []byte, err error)
- func (m *MsgAddController) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddController) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddController) ProtoMessage()
- func (m *MsgAddController) Reset()
- func (MsgAddController) Route() string
- func (m *MsgAddController) Size() (n int)
- func (m *MsgAddController) String() string
- func (MsgAddController) Type() string
- func (m *MsgAddController) Unmarshal(dAtA []byte) error
- func (msg MsgAddController) ValidateBasic() error
- func (m *MsgAddController) XXX_DiscardUnknown()
- func (m *MsgAddController) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddController) XXX_Merge(src proto.Message)
- func (m *MsgAddController) XXX_Size() int
- func (m *MsgAddController) XXX_Unmarshal(b []byte) error
- type MsgAddControllerResponse
- func (*MsgAddControllerResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddControllerResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddControllerResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddControllerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddControllerResponse) ProtoMessage()
- func (m *MsgAddControllerResponse) Reset()
- func (m *MsgAddControllerResponse) Size() (n int)
- func (m *MsgAddControllerResponse) String() string
- func (m *MsgAddControllerResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddControllerResponse) XXX_DiscardUnknown()
- func (m *MsgAddControllerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddControllerResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddControllerResponse) XXX_Size() int
- func (m *MsgAddControllerResponse) XXX_Unmarshal(b []byte) error
- type MsgAddService
- func (*MsgAddService) Descriptor() ([]byte, []int)
- func (msg MsgAddService) GetSignBytes() []byte
- func (msg MsgAddService) GetSigners() []sdk.AccAddress
- func (m *MsgAddService) Marshal() (dAtA []byte, err error)
- func (m *MsgAddService) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddService) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddService) ProtoMessage()
- func (m *MsgAddService) Reset()
- func (MsgAddService) Route() string
- func (m *MsgAddService) Size() (n int)
- func (m *MsgAddService) String() string
- func (MsgAddService) Type() string
- func (m *MsgAddService) Unmarshal(dAtA []byte) error
- func (msg MsgAddService) ValidateBasic() error
- func (m *MsgAddService) XXX_DiscardUnknown()
- func (m *MsgAddService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddService) XXX_Merge(src proto.Message)
- func (m *MsgAddService) XXX_Size() int
- func (m *MsgAddService) XXX_Unmarshal(b []byte) error
- type MsgAddServiceResponse
- func (*MsgAddServiceResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddServiceResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddServiceResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddServiceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddServiceResponse) ProtoMessage()
- func (m *MsgAddServiceResponse) Reset()
- func (m *MsgAddServiceResponse) Size() (n int)
- func (m *MsgAddServiceResponse) String() string
- func (m *MsgAddServiceResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddServiceResponse) XXX_DiscardUnknown()
- func (m *MsgAddServiceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddServiceResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddServiceResponse) XXX_Size() int
- func (m *MsgAddServiceResponse) XXX_Unmarshal(b []byte) error
- type MsgAddVerification
- func (*MsgAddVerification) Descriptor() ([]byte, []int)
- func (msg MsgAddVerification) GetSignBytes() []byte
- func (msg MsgAddVerification) GetSigners() []sdk.AccAddress
- func (m *MsgAddVerification) Marshal() (dAtA []byte, err error)
- func (m *MsgAddVerification) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddVerification) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddVerification) ProtoMessage()
- func (m *MsgAddVerification) Reset()
- func (MsgAddVerification) Route() string
- func (m *MsgAddVerification) Size() (n int)
- func (m *MsgAddVerification) String() string
- func (MsgAddVerification) Type() string
- func (m *MsgAddVerification) Unmarshal(dAtA []byte) error
- func (msg MsgAddVerification) ValidateBasic() error
- func (m *MsgAddVerification) XXX_DiscardUnknown()
- func (m *MsgAddVerification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddVerification) XXX_Merge(src proto.Message)
- func (m *MsgAddVerification) XXX_Size() int
- func (m *MsgAddVerification) XXX_Unmarshal(b []byte) error
- type MsgAddVerificationResponse
- func (*MsgAddVerificationResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddVerificationResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddVerificationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddVerificationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddVerificationResponse) ProtoMessage()
- func (m *MsgAddVerificationResponse) Reset()
- func (m *MsgAddVerificationResponse) Size() (n int)
- func (m *MsgAddVerificationResponse) String() string
- func (m *MsgAddVerificationResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddVerificationResponse) XXX_DiscardUnknown()
- func (m *MsgAddVerificationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddVerificationResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddVerificationResponse) XXX_Size() int
- func (m *MsgAddVerificationResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgCreateDidDocument
- func (*MsgCreateDidDocument) Descriptor() ([]byte, []int)
- func (msg MsgCreateDidDocument) GetSignBytes() []byte
- func (msg MsgCreateDidDocument) GetSigners() []sdk.AccAddress
- func (m *MsgCreateDidDocument) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateDidDocument) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateDidDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateDidDocument) ProtoMessage()
- func (m *MsgCreateDidDocument) Reset()
- func (MsgCreateDidDocument) Route() string
- func (m *MsgCreateDidDocument) Size() (n int)
- func (m *MsgCreateDidDocument) String() string
- func (MsgCreateDidDocument) Type() string
- func (m *MsgCreateDidDocument) Unmarshal(dAtA []byte) error
- func (msg MsgCreateDidDocument) ValidateBasic() error
- func (m *MsgCreateDidDocument) XXX_DiscardUnknown()
- func (m *MsgCreateDidDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateDidDocument) XXX_Merge(src proto.Message)
- func (m *MsgCreateDidDocument) XXX_Size() int
- func (m *MsgCreateDidDocument) XXX_Unmarshal(b []byte) error
- type MsgCreateDidDocumentResponse
- func (*MsgCreateDidDocumentResponse) Descriptor() ([]byte, []int)
- func (m *MsgCreateDidDocumentResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateDidDocumentResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateDidDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateDidDocumentResponse) ProtoMessage()
- func (m *MsgCreateDidDocumentResponse) Reset()
- func (m *MsgCreateDidDocumentResponse) Size() (n int)
- func (m *MsgCreateDidDocumentResponse) String() string
- func (m *MsgCreateDidDocumentResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCreateDidDocumentResponse) XXX_DiscardUnknown()
- func (m *MsgCreateDidDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateDidDocumentResponse) XXX_Merge(src proto.Message)
- func (m *MsgCreateDidDocumentResponse) XXX_Size() int
- func (m *MsgCreateDidDocumentResponse) XXX_Unmarshal(b []byte) error
- type MsgDeleteController
- func (*MsgDeleteController) Descriptor() ([]byte, []int)
- func (msg MsgDeleteController) GetSignBytes() []byte
- func (msg MsgDeleteController) GetSigners() []sdk.AccAddress
- func (m *MsgDeleteController) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteController) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteController) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteController) ProtoMessage()
- func (m *MsgDeleteController) Reset()
- func (MsgDeleteController) Route() string
- func (m *MsgDeleteController) Size() (n int)
- func (m *MsgDeleteController) String() string
- func (MsgDeleteController) Type() string
- func (m *MsgDeleteController) Unmarshal(dAtA []byte) error
- func (msg MsgDeleteController) ValidateBasic() error
- func (m *MsgDeleteController) XXX_DiscardUnknown()
- func (m *MsgDeleteController) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteController) XXX_Merge(src proto.Message)
- func (m *MsgDeleteController) XXX_Size() int
- func (m *MsgDeleteController) XXX_Unmarshal(b []byte) error
- type MsgDeleteControllerResponse
- func (*MsgDeleteControllerResponse) Descriptor() ([]byte, []int)
- func (m *MsgDeleteControllerResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteControllerResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteControllerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteControllerResponse) ProtoMessage()
- func (m *MsgDeleteControllerResponse) Reset()
- func (m *MsgDeleteControllerResponse) Size() (n int)
- func (m *MsgDeleteControllerResponse) String() string
- func (m *MsgDeleteControllerResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDeleteControllerResponse) XXX_DiscardUnknown()
- func (m *MsgDeleteControllerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteControllerResponse) XXX_Merge(src proto.Message)
- func (m *MsgDeleteControllerResponse) XXX_Size() int
- func (m *MsgDeleteControllerResponse) XXX_Unmarshal(b []byte) error
- type MsgDeleteService
- func (*MsgDeleteService) Descriptor() ([]byte, []int)
- func (msg MsgDeleteService) GetSignBytes() []byte
- func (msg MsgDeleteService) GetSigners() []sdk.AccAddress
- func (m *MsgDeleteService) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteService) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteService) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteService) ProtoMessage()
- func (m *MsgDeleteService) Reset()
- func (MsgDeleteService) Route() string
- func (m *MsgDeleteService) Size() (n int)
- func (m *MsgDeleteService) String() string
- func (MsgDeleteService) Type() string
- func (m *MsgDeleteService) Unmarshal(dAtA []byte) error
- func (msg MsgDeleteService) ValidateBasic() error
- func (m *MsgDeleteService) XXX_DiscardUnknown()
- func (m *MsgDeleteService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteService) XXX_Merge(src proto.Message)
- func (m *MsgDeleteService) XXX_Size() int
- func (m *MsgDeleteService) XXX_Unmarshal(b []byte) error
- type MsgDeleteServiceResponse
- func (*MsgDeleteServiceResponse) Descriptor() ([]byte, []int)
- func (m *MsgDeleteServiceResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteServiceResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteServiceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteServiceResponse) ProtoMessage()
- func (m *MsgDeleteServiceResponse) Reset()
- func (m *MsgDeleteServiceResponse) Size() (n int)
- func (m *MsgDeleteServiceResponse) String() string
- func (m *MsgDeleteServiceResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDeleteServiceResponse) XXX_DiscardUnknown()
- func (m *MsgDeleteServiceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteServiceResponse) XXX_Merge(src proto.Message)
- func (m *MsgDeleteServiceResponse) XXX_Size() int
- func (m *MsgDeleteServiceResponse) XXX_Unmarshal(b []byte) error
- type MsgRevokeVerification
- func (*MsgRevokeVerification) Descriptor() ([]byte, []int)
- func (msg MsgRevokeVerification) GetSignBytes() []byte
- func (msg MsgRevokeVerification) GetSigners() []sdk.AccAddress
- func (m *MsgRevokeVerification) Marshal() (dAtA []byte, err error)
- func (m *MsgRevokeVerification) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRevokeVerification) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRevokeVerification) ProtoMessage()
- func (m *MsgRevokeVerification) Reset()
- func (MsgRevokeVerification) Route() string
- func (m *MsgRevokeVerification) Size() (n int)
- func (m *MsgRevokeVerification) String() string
- func (MsgRevokeVerification) Type() string
- func (m *MsgRevokeVerification) Unmarshal(dAtA []byte) error
- func (msg MsgRevokeVerification) ValidateBasic() error
- func (m *MsgRevokeVerification) XXX_DiscardUnknown()
- func (m *MsgRevokeVerification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRevokeVerification) XXX_Merge(src proto.Message)
- func (m *MsgRevokeVerification) XXX_Size() int
- func (m *MsgRevokeVerification) XXX_Unmarshal(b []byte) error
- type MsgRevokeVerificationResponse
- func (*MsgRevokeVerificationResponse) Descriptor() ([]byte, []int)
- func (m *MsgRevokeVerificationResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRevokeVerificationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRevokeVerificationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRevokeVerificationResponse) ProtoMessage()
- func (m *MsgRevokeVerificationResponse) Reset()
- func (m *MsgRevokeVerificationResponse) Size() (n int)
- func (m *MsgRevokeVerificationResponse) String() string
- func (m *MsgRevokeVerificationResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRevokeVerificationResponse) XXX_DiscardUnknown()
- func (m *MsgRevokeVerificationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRevokeVerificationResponse) XXX_Merge(src proto.Message)
- func (m *MsgRevokeVerificationResponse) XXX_Size() int
- func (m *MsgRevokeVerificationResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgSetVerificationRelationships
- func (*MsgSetVerificationRelationships) Descriptor() ([]byte, []int)
- func (msg MsgSetVerificationRelationships) GetSignBytes() []byte
- func (msg MsgSetVerificationRelationships) GetSigners() []sdk.AccAddress
- func (m *MsgSetVerificationRelationships) Marshal() (dAtA []byte, err error)
- func (m *MsgSetVerificationRelationships) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetVerificationRelationships) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetVerificationRelationships) ProtoMessage()
- func (m *MsgSetVerificationRelationships) Reset()
- func (MsgSetVerificationRelationships) Route() string
- func (m *MsgSetVerificationRelationships) Size() (n int)
- func (m *MsgSetVerificationRelationships) String() string
- func (MsgSetVerificationRelationships) Type() string
- func (m *MsgSetVerificationRelationships) Unmarshal(dAtA []byte) error
- func (msg MsgSetVerificationRelationships) ValidateBasic() error
- func (m *MsgSetVerificationRelationships) XXX_DiscardUnknown()
- func (m *MsgSetVerificationRelationships) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetVerificationRelationships) XXX_Merge(src proto.Message)
- func (m *MsgSetVerificationRelationships) XXX_Size() int
- func (m *MsgSetVerificationRelationships) XXX_Unmarshal(b []byte) error
- type MsgSetVerificationRelationshipsResponse
- func (*MsgSetVerificationRelationshipsResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetVerificationRelationshipsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetVerificationRelationshipsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetVerificationRelationshipsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetVerificationRelationshipsResponse) ProtoMessage()
- func (m *MsgSetVerificationRelationshipsResponse) Reset()
- func (m *MsgSetVerificationRelationshipsResponse) Size() (n int)
- func (m *MsgSetVerificationRelationshipsResponse) String() string
- func (m *MsgSetVerificationRelationshipsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetVerificationRelationshipsResponse) XXX_DiscardUnknown()
- func (m *MsgSetVerificationRelationshipsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetVerificationRelationshipsResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetVerificationRelationshipsResponse) XXX_Size() int
- func (m *MsgSetVerificationRelationshipsResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateDidDocument
- func (*MsgUpdateDidDocument) Descriptor() ([]byte, []int)
- func (msg MsgUpdateDidDocument) GetSignBytes() []byte
- func (msg MsgUpdateDidDocument) GetSigners() []sdk.AccAddress
- func (m *MsgUpdateDidDocument) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateDidDocument) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateDidDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateDidDocument) ProtoMessage()
- func (m *MsgUpdateDidDocument) Reset()
- func (MsgUpdateDidDocument) Route() string
- func (m *MsgUpdateDidDocument) Size() (n int)
- func (m *MsgUpdateDidDocument) String() string
- func (MsgUpdateDidDocument) Type() string
- func (m *MsgUpdateDidDocument) Unmarshal(dAtA []byte) error
- func (msg MsgUpdateDidDocument) ValidateBasic() error
- func (m *MsgUpdateDidDocument) XXX_DiscardUnknown()
- func (m *MsgUpdateDidDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateDidDocument) XXX_Merge(src proto.Message)
- func (m *MsgUpdateDidDocument) XXX_Size() int
- func (m *MsgUpdateDidDocument) XXX_Unmarshal(b []byte) error
- type MsgUpdateDidDocumentResponse
- func (*MsgUpdateDidDocumentResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateDidDocumentResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateDidDocumentResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateDidDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateDidDocumentResponse) ProtoMessage()
- func (m *MsgUpdateDidDocumentResponse) Reset()
- func (m *MsgUpdateDidDocumentResponse) Size() (n int)
- func (m *MsgUpdateDidDocumentResponse) String() string
- func (m *MsgUpdateDidDocumentResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateDidDocumentResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateDidDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateDidDocumentResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateDidDocumentResponse) XXX_Size() int
- func (m *MsgUpdateDidDocumentResponse) XXX_Unmarshal(b []byte) error
- type PublicKeyHex
- type PublicKeyMultibase
- type QueryClient
- type QueryDidDocumentRequest
- func (*QueryDidDocumentRequest) Descriptor() ([]byte, []int)
- func (m *QueryDidDocumentRequest) GetId() string
- func (m *QueryDidDocumentRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryDidDocumentRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDidDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDidDocumentRequest) ProtoMessage()
- func (m *QueryDidDocumentRequest) Reset()
- func (m *QueryDidDocumentRequest) Size() (n int)
- func (m *QueryDidDocumentRequest) String() string
- func (m *QueryDidDocumentRequest) Unmarshal(dAtA []byte) error
- func (m *QueryDidDocumentRequest) XXX_DiscardUnknown()
- func (m *QueryDidDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDidDocumentRequest) XXX_Merge(src proto.Message)
- func (m *QueryDidDocumentRequest) XXX_Size() int
- func (m *QueryDidDocumentRequest) XXX_Unmarshal(b []byte) error
- type QueryDidDocumentResponse
- func (*QueryDidDocumentResponse) Descriptor() ([]byte, []int)
- func (m *QueryDidDocumentResponse) GetDidDocument() DidDocument
- func (m *QueryDidDocumentResponse) GetDidMetadata() DidMetadata
- func (m *QueryDidDocumentResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDidDocumentResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDidDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDidDocumentResponse) ProtoMessage()
- func (m *QueryDidDocumentResponse) Reset()
- func (m *QueryDidDocumentResponse) Size() (n int)
- func (m *QueryDidDocumentResponse) String() string
- func (m *QueryDidDocumentResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDidDocumentResponse) XXX_DiscardUnknown()
- func (m *QueryDidDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDidDocumentResponse) XXX_Merge(src proto.Message)
- func (m *QueryDidDocumentResponse) XXX_Size() int
- func (m *QueryDidDocumentResponse) XXX_Unmarshal(b []byte) error
- type QueryDidDocumentsRequest
- func (*QueryDidDocumentsRequest) Descriptor() ([]byte, []int)
- func (m *QueryDidDocumentsRequest) GetPagination() *query.PageRequest
- func (m *QueryDidDocumentsRequest) GetStatus() string
- func (m *QueryDidDocumentsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryDidDocumentsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDidDocumentsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDidDocumentsRequest) ProtoMessage()
- func (m *QueryDidDocumentsRequest) Reset()
- func (m *QueryDidDocumentsRequest) Size() (n int)
- func (m *QueryDidDocumentsRequest) String() string
- func (m *QueryDidDocumentsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryDidDocumentsRequest) XXX_DiscardUnknown()
- func (m *QueryDidDocumentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDidDocumentsRequest) XXX_Merge(src proto.Message)
- func (m *QueryDidDocumentsRequest) XXX_Size() int
- func (m *QueryDidDocumentsRequest) XXX_Unmarshal(b []byte) error
- type QueryDidDocumentsResponse
- func (*QueryDidDocumentsResponse) Descriptor() ([]byte, []int)
- func (m *QueryDidDocumentsResponse) GetDidDocuments() []DidDocument
- func (m *QueryDidDocumentsResponse) GetPagination() *query.PageResponse
- func (m *QueryDidDocumentsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDidDocumentsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDidDocumentsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDidDocumentsResponse) ProtoMessage()
- func (m *QueryDidDocumentsResponse) Reset()
- func (m *QueryDidDocumentsResponse) Size() (n int)
- func (m *QueryDidDocumentsResponse) String() string
- func (m *QueryDidDocumentsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDidDocumentsResponse) XXX_DiscardUnknown()
- func (m *QueryDidDocumentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDidDocumentsResponse) XXX_Merge(src proto.Message)
- func (m *QueryDidDocumentsResponse) XXX_Size() int
- func (m *QueryDidDocumentsResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type Service
- func (*Service) Descriptor() ([]byte, []int)
- func (this *Service) Equal(that interface{}) bool
- func (m *Service) Marshal() (dAtA []byte, err error)
- func (m *Service) MarshalTo(dAtA []byte) (int, error)
- func (m *Service) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Service) ProtoMessage()
- func (m *Service) Reset()
- func (m *Service) Size() (n int)
- func (m *Service) String() string
- func (m *Service) Unmarshal(dAtA []byte) error
- func (m *Service) XXX_DiscardUnknown()
- func (m *Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Service) XXX_Merge(src proto.Message)
- func (m *Service) XXX_Size() int
- func (m *Service) XXX_Unmarshal(b []byte) error
- type Services
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) AddController(ctx context.Context, req *MsgAddController) (*MsgAddControllerResponse, error)
- func (*UnimplementedMsgServer) AddService(ctx context.Context, req *MsgAddService) (*MsgAddServiceResponse, error)
- func (*UnimplementedMsgServer) AddVerification(ctx context.Context, req *MsgAddVerification) (*MsgAddVerificationResponse, error)
- func (*UnimplementedMsgServer) CreateDidDocument(ctx context.Context, req *MsgCreateDidDocument) (*MsgCreateDidDocumentResponse, error)
- func (*UnimplementedMsgServer) DeleteController(ctx context.Context, req *MsgDeleteController) (*MsgDeleteControllerResponse, error)
- func (*UnimplementedMsgServer) DeleteService(ctx context.Context, req *MsgDeleteService) (*MsgDeleteServiceResponse, error)
- func (*UnimplementedMsgServer) RevokeVerification(ctx context.Context, req *MsgRevokeVerification) (*MsgRevokeVerificationResponse, error)
- func (*UnimplementedMsgServer) SetVerificationRelationships(ctx context.Context, req *MsgSetVerificationRelationships) (*MsgSetVerificationRelationshipsResponse, error)
- func (*UnimplementedMsgServer) UpdateDidDocument(ctx context.Context, req *MsgUpdateDidDocument) (*MsgUpdateDidDocumentResponse, error)
- type UnimplementedQueryServer
- type Verification
- func (*Verification) Descriptor() ([]byte, []int)
- func (did Verification) GetBytes() []byte
- func (m *Verification) GetContext() []string
- func (m *Verification) GetMethod() *VerificationMethod
- func (m *Verification) GetRelationships() []string
- func (m *Verification) Marshal() (dAtA []byte, err error)
- func (m *Verification) MarshalTo(dAtA []byte) (int, error)
- func (m *Verification) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Verification) ProtoMessage()
- func (m *Verification) Reset()
- func (m *Verification) Size() (n int)
- func (m *Verification) String() string
- func (m *Verification) Unmarshal(dAtA []byte) error
- func (m *Verification) XXX_DiscardUnknown()
- func (m *Verification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Verification) XXX_Merge(src proto.Message)
- func (m *Verification) XXX_Size() int
- func (m *Verification) XXX_Unmarshal(b []byte) error
- type VerificationMaterial
- type VerificationMaterialType
- type VerificationMethod
- func (*VerificationMethod) Descriptor() ([]byte, []int)
- func (this *VerificationMethod) Equal(that interface{}) bool
- func (m *VerificationMethod) GetBlockchainAccountID() string
- func (m *VerificationMethod) GetPublicKeyHex() string
- func (m *VerificationMethod) GetPublicKeyMultibase() string
- func (m *VerificationMethod) GetVerificationMaterial() isVerificationMethod_VerificationMaterial
- func (m *VerificationMethod) Marshal() (dAtA []byte, err error)
- func (m *VerificationMethod) MarshalTo(dAtA []byte) (int, error)
- func (m *VerificationMethod) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VerificationMethod) ProtoMessage()
- func (m *VerificationMethod) Reset()
- func (m *VerificationMethod) Size() (n int)
- func (m *VerificationMethod) String() string
- func (m *VerificationMethod) Unmarshal(dAtA []byte) error
- func (m *VerificationMethod) XXX_DiscardUnknown()
- func (m *VerificationMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VerificationMethod) XXX_Merge(src proto.Message)
- func (*VerificationMethod) XXX_OneofWrappers() []interface{}
- func (m *VerificationMethod) XXX_Size() int
- func (m *VerificationMethod) XXX_Unmarshal(b []byte) error
- type VerificationMethod_BlockchainAccountID
- func (this *VerificationMethod_BlockchainAccountID) Equal(that interface{}) bool
- func (m *VerificationMethod_BlockchainAccountID) MarshalTo(dAtA []byte) (int, error)
- func (m *VerificationMethod_BlockchainAccountID) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (m *VerificationMethod_BlockchainAccountID) Size() (n int)
- type VerificationMethod_PublicKeyHex
- type VerificationMethod_PublicKeyMultibase
- func (this *VerificationMethod_PublicKeyMultibase) Equal(that interface{}) bool
- func (m *VerificationMethod_PublicKeyMultibase) MarshalTo(dAtA []byte) (int, error)
- func (m *VerificationMethod_PublicKeyMultibase) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (m *VerificationMethod_PublicKeyMultibase) Size() (n int)
- type VerificationRelationship
- type Verifications
Constants ¶
const ( Authentication = "authentication" // https://www.w3.org/TR/did-core/#authentication AssertionMethod = "assertionMethod" // https://www.w3.org/TR/did-core/#assertion KeyAgreement = "keyAgreement" // https://www.w3.org/TR/did-core/#key-agreement CapabilityInvocation = "capabilityInvocation" // https://www.w3.org/TR/did-core/#capability-invocation CapabilityDelegation = "capabilityDelegation" // https://www.w3.org/TR/did-core/#capability-delegation )
A verification relationship expresses the relationship between the DID subject and a verification method. This enum is used to cfr. https://www.w3.org/TR/did-core/#verification-relationships
const ( // ModuleName defines the module name ModuleName = "did" // StoreKey defines the primary module store key StoreKey = ModuleName // RouterKey is the message route for slashing RouterKey = ModuleName // QuerierRoute defines the module's query routing key QuerierRoute = ModuleName // DidChainPrefix defines the did prefix for this chain DidChainPrefix = "did:cosmos:net:" // DidKeyPrefix defines the did key prefix DidKeyPrefix = "did:cosmos:key:" // MemStoreKey defines the in-memory store key MemStoreKey = "mem_capability_did" )
const (
TypeMsgAddController = "add-controller"
)
msg types
const (
TypeMsgAddService = "add-service"
)
msg types
const (
TypeMsgAddVerification = "add-verification"
)
-------------------------- ADD VERIFICATION -------------------------- msg types
const (
TypeMsgCreateDidDocument = "create-did"
)
msg types
const (
TypeMsgDeleteController = "delete-controller"
)
msg types
const (
TypeMsgDeleteService = "delete-service"
)
msg types
const (
TypeMsgRevokeVerification = "revoke-verification"
)
msg types
const (
TypeMsgSetVerificationRelationships = "set-verification-relationships"
)
-------------------------- SET VERIFICATION RELATIONSHIPS -------------------------- msg types
const (
TypeMsgUpdateDidDocument = "update-did"
)
msg types
Variables ¶
var ( ErrInvalidLengthDid = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowDid = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupDid = fmt.Errorf("proto: unexpected end of group") )
var ( ErrDidDocumentNotFound = sdkerrors.Register(ModuleName, 1100, "did document not found") ErrDidDocumentFound = sdkerrors.Register(ModuleName, 1101, "did document found") ErrInvalidDIDFormat = sdkerrors.Register(ModuleName, 1102, "input not compliant with the DID specifications (crf. https://www.w3.org/TR/did-core/#did-syntax)") ErrInvalidDIDURLFormat = sdkerrors.Register(ModuleName, 1103, "input not compliant with the DID URL specifications (crf. https://www.w3.org/TR/did-core/#did-url-syntax)") ErrInvalidRFC3986UriFormat = sdkerrors.Register(ModuleName, 1104, "input not compliant with the RFC3986 URI specifications (crf. https://datatracker.ietf.org/doc/html/rfc3986)") ErrEmptyRelationships = sdkerrors.Register(ModuleName, 1105, "a verification method should have at least one verification relationship. (cfr. https://www.w3.org/TR/did-core/#verification-relationships)") ErrInvalidState = sdkerrors.Register(ModuleName, 1107, "the requested action is not applicable on the resource") ErrInvalidInput = sdkerrors.Register(ModuleName, 1108, "input is invalid") ErrVerificationMethodNotFound = sdkerrors.Register(ModuleName, 1109, "verification method not found") ErrInvalidDidMethodFormat = sdkerrors.Register(ModuleName, 1110, "invalid did method format") ErrKeyFormatNotSupported = sdkerrors.Register(ModuleName, 1111, "key format not supported") )
x/did module sentinel errors
var ( ErrInvalidLengthEvent = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowEvent = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupEvent = fmt.Errorf("proto: unexpected end of group") )
var ( // DidDocumentKey prefix for each key to a DidDocument DidDocumentKey = []byte{0x61} // DidMetadataKey prefix for each key of a DidMetadata DidMetadataKey = []byte{0x62} )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )
var ( // ModuleCdc codec used by the module (protobuf) ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry()) )
var VerificationRelationships = map[string]VerificationRelationship{ Authentication: authentication, AssertionMethod: assertionMethod, KeyAgreement: keyAgreement, CapabilityInvocation: capabilityInvocation, CapabilityDelegation: capabilityDelegation, }
VerificationRelationships are the supported list of verification relationships
Functions ¶
func IsValidDID ¶
IsValidDID validate the input string according to the did specification (cfr. https://www.w3.org/TR/did-core/#did-syntax ).
func IsValidDIDDocument ¶
func IsValidDIDDocument(didDoc *DidDocument) bool
IsValidDIDDocument tells if a DID document is valid, that is if it has the default context and a valid subject
func IsValidDIDKeyFormat ¶
IsValidDIDKeyFormat verify that a did is compliant with the did:cosmos:key format that is the ID must be a bech32 address no longer than 255 bytes
func IsValidDIDMetadata ¶
func IsValidDIDMetadata(didMeta *DidMetadata) bool
IsValidDIDMetadata tells if a DID metadata is valid, that is if it has a non empty versionId and a non-zero create date
func IsValidDIDURL ¶
IsValidDIDURL validate the input string according to the did url specification (cfr. https://www.w3.org/TR/did-core/#did-url-syntax ).
func IsValidRFC3986Uri ¶
IsValidRFC3986Uri checks if the input string is a valid RFC3986 URI (cfr https://datatracker.ietf.org/doc/html/rfc3986#page-50)
func RegisterInterfaces ¶
func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
func RegisterMsgHandler ¶
RegisterMsgHandler registers the http handlers for service Msg to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterMsgHandlerClient ¶
RegisterMsgHandlerClient registers the http handlers for service Msg to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MsgClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MsgClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MsgClient" to call the correct interceptors.
func RegisterMsgHandlerFromEndpoint ¶
func RegisterMsgHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterMsgHandlerFromEndpoint is same as RegisterMsgHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterMsgHandlerServer ¶
RegisterMsgHandlerServer registers the http handlers for service Msg to "mux". UnaryRPC :call MsgServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterMsgHandlerFromEndpoint instead.
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func ResolveAccountDID ¶
func ResolveAccountDID(did, chainID string) (didDoc DidDocument, didMeta DidMetadata, err error)
ResolveAccountDID generates a DID document from an address
func UpdateDidMetadata ¶
func UpdateDidMetadata(meta *DidMetadata, versionData []byte, updated time.Time)
UpdateDidMetadata updates a DID metadata time and version id
func ValidateService ¶
ValidateService performs basic on a service struct
func ValidateVerification ¶
func ValidateVerification(v *Verification, allowedControllers ...string) (err error)
ValidateVerification perform basic validation on a verification struct optionally validating the validation method controller against a list of allowed controllers. in case of error returns an cosmos-sdk wrapped error XXX: this pattern creates a ambiguous semantic (but maybe is not too severe (use WithCredentials and array of credentials))
Types ¶
type BlockchainAccountID ¶
type BlockchainAccountID string
BlockchainAccountID formats an account address as per the CAIP-10 Account ID specification. https://w3c.github.io/did-spec-registries/#blockchainaccountid https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-10.md
func NewBlockchainAccountID ¶
func NewBlockchainAccountID(chainID, account string) BlockchainAccountID
NewBlockchainAccountID build a new blockchain account ID struct
func (BlockchainAccountID) EncodeToString ¶
func (baID BlockchainAccountID) EncodeToString() string
EncodeToString returns the string representation of a blockchain account id
func (BlockchainAccountID) GetAddress ¶
func (baID BlockchainAccountID) GetAddress() string
GetAddress get the address from a blockchain account id TODO: this function shall return an error for invalid addresses
func (BlockchainAccountID) MatchAddress ¶
func (baID BlockchainAccountID) MatchAddress(address string) bool
MatchAddress check if a blockchain id address matches another address the match ignore the chain ID
func (BlockchainAccountID) Type ¶
func (baID BlockchainAccountID) Type() VerificationMaterialType
Type returns the string representation of a blockchain account id
type DID ¶
type DID string
DID as typed string
func NewChainDID ¶
NewChainDID format a DID from a method specific did cfr.https://www.w3.org/TR/did-core/#did
func (DID) NewVerificationMethodID ¶
NewVerificationMethodID compose a verification method id from an account address
type DidDocument ¶
type DidDocument struct { // @context is spec for did document. Context []string `protobuf:"bytes,1,rep,name=context,proto3" json:"@context,omitempty"` // id represents the id for the did document. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // A DID controller is an entity that is authorized to make changes to a DID document. // cfr. https://www.w3.org/TR/did-core/#did-controller Controller []string `protobuf:"bytes,3,rep,name=controller,proto3" json:"controller,omitempty"` // A DID document can express verification methods, // such as cryptographic public keys, which can be used // to authenticate or authorize interactions with the DID subject or associated parties. // https://www.w3.org/TR/did-core/#verification-methods VerificationMethod []*VerificationMethod `protobuf:"bytes,4,rep,name=verificationMethod,proto3" json:"verificationMethod,omitempty"` // Services are used in DID documents to express ways of communicating // with the DID subject or associated entities. // https://www.w3.org/TR/did-core/#services Service []*Service `protobuf:"bytes,5,rep,name=service,proto3" json:"service,omitempty"` // Authentication represents public key associated with the did document. // cfr. https://www.w3.org/TR/did-core/#authentication Authentication []string `protobuf:"bytes,6,rep,name=authentication,proto3" json:"authentication,omitempty"` // Used to specify how the DID subject is expected to express claims, // such as for the purposes of issuing a Verifiable Credential. // cfr. https://www.w3.org/TR/did-core/#assertion AssertionMethod []string `protobuf:"bytes,7,rep,name=assertionMethod,proto3" json:"assertionMethod,omitempty"` // used to specify how an entity can generate encryption material // in order to transmit confidential information intended for the DID subject. // https://www.w3.org/TR/did-core/#key-agreement KeyAgreement []string `protobuf:"bytes,8,rep,name=keyAgreement,proto3" json:"keyAgreement,omitempty"` // Used to specify a verification method that might be used by the DID subject // to invoke a cryptographic capability, such as the authorization // to update the DID Document. // https://www.w3.org/TR/did-core/#capability-invocation CapabilityInvocation []string `protobuf:"bytes,9,rep,name=capabilityInvocation,proto3" json:"capabilityInvocation,omitempty"` // Used to specify a mechanism that might be used by the DID subject // to delegate a cryptographic capability to another party. // https://www.w3.org/TR/did-core/#capability-delegation CapabilityDelegation []string `protobuf:"bytes,10,rep,name=capabilityDelegation,proto3" json:"capabilityDelegation,omitempty"` }
DidDocument represents a dencentralised identifer.
func NewDidDocument ¶
func NewDidDocument(id string, options ...DidDocumentOption) (did DidDocument, err error)
NewDidDocument constructs a new DidDocument
func (*DidDocument) AddControllers ¶
func (didDoc *DidDocument) AddControllers(controllers ...string) error
AddControllers add a controller to a did document if not exists
func (*DidDocument) AddServices ¶
func (didDoc *DidDocument) AddServices(services ...*Service) (err error)
AddServices add services to a did document
func (*DidDocument) AddVerifications ¶
func (didDoc *DidDocument) AddVerifications(verifications ...*Verification) (err error)
AddVerifications add one or more verification method and relations to a did document
func (*DidDocument) DeleteControllers ¶
func (didDoc *DidDocument) DeleteControllers(controllers ...string) error
DeleteControllers delete controllers from a did document
func (*DidDocument) DeleteService ¶
func (didDoc *DidDocument) DeleteService(serviceID string)
DeleteService delete an existing service from a did document
func (*DidDocument) Descriptor ¶
func (*DidDocument) Descriptor() ([]byte, []int)
func (*DidDocument) Equal ¶
func (this *DidDocument) Equal(that interface{}) bool
func (DidDocument) GetBytes ¶
func (didDoc DidDocument) GetBytes() []byte
GetBytes is a helper for serializing
func (DidDocument) GetVerificationMethodBlockchainAddress ¶
func (didDoc DidDocument) GetVerificationMethodBlockchainAddress(methodID string) (address string, err error)
GetVerificationMethodBlockchainAddress returns the verification method cosmos blockchain address of a verification method. it fails if the verification method is not supported or if the verification method is not found
func (DidDocument) GetVerificationRelationships ¶
func (didDoc DidDocument) GetVerificationRelationships(methodID string) []string
GetVerificationRelationships returns the relationships associated with the verification method id.
func (*DidDocument) HasController ¶
func (didDoc *DidDocument) HasController(controller DID) bool
HasController returns true if the DID document has the input DID as a controller, false otherwise
func (DidDocument) HasPublicKey ¶
func (didDoc DidDocument) HasPublicKey(pubkey cryptotypes.PubKey) bool
HasPublicKey validates if a public key is contained in a DidDocument
func (DidDocument) HasRelationship ¶
func (didDoc DidDocument) HasRelationship( signer BlockchainAccountID, relationships ...string, ) bool
HasRelationship verifies if a controller did exist for at least one of the relationships in the did document
func (*DidDocument) Marshal ¶
func (m *DidDocument) Marshal() (dAtA []byte, err error)
func (*DidDocument) MarshalToSizedBuffer ¶
func (m *DidDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DidDocument) ProtoMessage ¶
func (*DidDocument) ProtoMessage()
func (*DidDocument) Reset ¶
func (m *DidDocument) Reset()
func (*DidDocument) RevokeVerification ¶
func (didDoc *DidDocument) RevokeVerification(methodID string) error
RevokeVerification revoke a verification method and all relationships associated with it
func (*DidDocument) SetVerificationRelationships ¶
func (didDoc *DidDocument) SetVerificationRelationships(methodID string, relationships ...string) error
SetVerificationRelationships for a did document
func (*DidDocument) Size ¶
func (m *DidDocument) Size() (n int)
func (*DidDocument) String ¶
func (m *DidDocument) String() string
func (*DidDocument) Unmarshal ¶
func (m *DidDocument) Unmarshal(dAtA []byte) error
func (*DidDocument) XXX_DiscardUnknown ¶
func (m *DidDocument) XXX_DiscardUnknown()
func (*DidDocument) XXX_Marshal ¶
func (m *DidDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DidDocument) XXX_Merge ¶
func (m *DidDocument) XXX_Merge(src proto.Message)
func (*DidDocument) XXX_Size ¶
func (m *DidDocument) XXX_Size() int
func (*DidDocument) XXX_Unmarshal ¶
func (m *DidDocument) XXX_Unmarshal(b []byte) error
type DidDocumentCreatedEvent ¶
type DidDocumentCreatedEvent struct { // the did being created Did string `protobuf:"bytes,1,opt,name=did,proto3" json:"did,omitempty"` // the signer account creating the did Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` }
DidDocumentCreatedEvent is an event triggered on a DID document creation
func NewDidDocumentCreatedEvent ¶
func NewDidDocumentCreatedEvent(did, owner string) *DidDocumentCreatedEvent
NewDidDocumentCreatedEvent constructs a new did_created sdk.Event
func (*DidDocumentCreatedEvent) Descriptor ¶
func (*DidDocumentCreatedEvent) Descriptor() ([]byte, []int)
func (*DidDocumentCreatedEvent) Equal ¶
func (this *DidDocumentCreatedEvent) Equal(that interface{}) bool
func (*DidDocumentCreatedEvent) Marshal ¶
func (m *DidDocumentCreatedEvent) Marshal() (dAtA []byte, err error)
func (*DidDocumentCreatedEvent) MarshalTo ¶
func (m *DidDocumentCreatedEvent) MarshalTo(dAtA []byte) (int, error)
func (*DidDocumentCreatedEvent) MarshalToSizedBuffer ¶
func (m *DidDocumentCreatedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DidDocumentCreatedEvent) ProtoMessage ¶
func (*DidDocumentCreatedEvent) ProtoMessage()
func (*DidDocumentCreatedEvent) Reset ¶
func (m *DidDocumentCreatedEvent) Reset()
func (*DidDocumentCreatedEvent) Size ¶
func (m *DidDocumentCreatedEvent) Size() (n int)
func (*DidDocumentCreatedEvent) String ¶
func (m *DidDocumentCreatedEvent) String() string
func (*DidDocumentCreatedEvent) Unmarshal ¶
func (m *DidDocumentCreatedEvent) Unmarshal(dAtA []byte) error
func (*DidDocumentCreatedEvent) XXX_DiscardUnknown ¶
func (m *DidDocumentCreatedEvent) XXX_DiscardUnknown()
func (*DidDocumentCreatedEvent) XXX_Marshal ¶
func (m *DidDocumentCreatedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DidDocumentCreatedEvent) XXX_Merge ¶
func (m *DidDocumentCreatedEvent) XXX_Merge(src proto.Message)
func (*DidDocumentCreatedEvent) XXX_Size ¶
func (m *DidDocumentCreatedEvent) XXX_Size() int
func (*DidDocumentCreatedEvent) XXX_Unmarshal ¶
func (m *DidDocumentCreatedEvent) XXX_Unmarshal(b []byte) error
type DidDocumentOption ¶
type DidDocumentOption func(*DidDocument) error
DidDocumentOption implements variadic pattern for optional did document fields
func WithControllers ¶
func WithControllers(controllers ...string) DidDocumentOption
WithControllers add optional did controller
func WithServices ¶
func WithServices(services ...*Service) DidDocumentOption
WithServices add optional services
func WithVerifications ¶
func WithVerifications(verifications ...*Verification) DidDocumentOption
WithVerifications add optional verifications
type DidDocumentUpdatedEvent ¶
type DidDocumentUpdatedEvent struct { // the did being updated Did string `protobuf:"bytes,1,opt,name=did,proto3" json:"did,omitempty"` // the signer account of the change Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"` }
DidDocumentUpdatedEvent is an event triggered on a DID document update
func NewDidDocumentUpdatedEvent ¶
func NewDidDocumentUpdatedEvent(did, signer string) *DidDocumentUpdatedEvent
NewDidDocumentUpdatedEvent constructs a new did_created sdk.Event
func (*DidDocumentUpdatedEvent) Descriptor ¶
func (*DidDocumentUpdatedEvent) Descriptor() ([]byte, []int)
func (*DidDocumentUpdatedEvent) Equal ¶
func (this *DidDocumentUpdatedEvent) Equal(that interface{}) bool
func (*DidDocumentUpdatedEvent) Marshal ¶
func (m *DidDocumentUpdatedEvent) Marshal() (dAtA []byte, err error)
func (*DidDocumentUpdatedEvent) MarshalTo ¶
func (m *DidDocumentUpdatedEvent) MarshalTo(dAtA []byte) (int, error)
func (*DidDocumentUpdatedEvent) MarshalToSizedBuffer ¶
func (m *DidDocumentUpdatedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DidDocumentUpdatedEvent) ProtoMessage ¶
func (*DidDocumentUpdatedEvent) ProtoMessage()
func (*DidDocumentUpdatedEvent) Reset ¶
func (m *DidDocumentUpdatedEvent) Reset()
func (*DidDocumentUpdatedEvent) Size ¶
func (m *DidDocumentUpdatedEvent) Size() (n int)
func (*DidDocumentUpdatedEvent) String ¶
func (m *DidDocumentUpdatedEvent) String() string
func (*DidDocumentUpdatedEvent) Unmarshal ¶
func (m *DidDocumentUpdatedEvent) Unmarshal(dAtA []byte) error
func (*DidDocumentUpdatedEvent) XXX_DiscardUnknown ¶
func (m *DidDocumentUpdatedEvent) XXX_DiscardUnknown()
func (*DidDocumentUpdatedEvent) XXX_Marshal ¶
func (m *DidDocumentUpdatedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DidDocumentUpdatedEvent) XXX_Merge ¶
func (m *DidDocumentUpdatedEvent) XXX_Merge(src proto.Message)
func (*DidDocumentUpdatedEvent) XXX_Size ¶
func (m *DidDocumentUpdatedEvent) XXX_Size() int
func (*DidDocumentUpdatedEvent) XXX_Unmarshal ¶
func (m *DidDocumentUpdatedEvent) XXX_Unmarshal(b []byte) error
type DidMetadata ¶
type DidMetadata struct { VersionId string `protobuf:"bytes,1,opt,name=versionId,proto3" json:"versionId,omitempty"` Created *time.Time `protobuf:"bytes,2,opt,name=created,proto3,stdtime" json:"created,omitempty"` Updated *time.Time `protobuf:"bytes,3,opt,name=updated,proto3,stdtime" json:"updated,omitempty"` Deactivated bool `protobuf:"varint,4,opt,name=deactivated,proto3" json:"deactivated,omitempty"` }
DidMetadata defines metadata associated to a did document such as the status of the DID document
func NewDidMetadata ¶
func NewDidMetadata(versionData []byte, created time.Time) DidMetadata
NewDidMetadata returns a DidMetadata struct that has equals created and updated date, and with deactivated field set to false
func (*DidMetadata) Descriptor ¶
func (*DidMetadata) Descriptor() ([]byte, []int)
func (*DidMetadata) Equal ¶
func (this *DidMetadata) Equal(that interface{}) bool
func (*DidMetadata) Marshal ¶
func (m *DidMetadata) Marshal() (dAtA []byte, err error)
func (*DidMetadata) MarshalToSizedBuffer ¶
func (m *DidMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DidMetadata) ProtoMessage ¶
func (*DidMetadata) ProtoMessage()
func (*DidMetadata) Reset ¶
func (m *DidMetadata) Reset()
func (*DidMetadata) Size ¶
func (m *DidMetadata) Size() (n int)
func (*DidMetadata) String ¶
func (m *DidMetadata) String() string
func (*DidMetadata) Unmarshal ¶
func (m *DidMetadata) Unmarshal(dAtA []byte) error
func (*DidMetadata) XXX_DiscardUnknown ¶
func (m *DidMetadata) XXX_DiscardUnknown()
func (*DidMetadata) XXX_Marshal ¶
func (m *DidMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DidMetadata) XXX_Merge ¶
func (m *DidMetadata) XXX_Merge(src proto.Message)
func (*DidMetadata) XXX_Size ¶
func (m *DidMetadata) XXX_Size() int
func (*DidMetadata) XXX_Unmarshal ¶
func (m *DidMetadata) XXX_Unmarshal(b []byte) error
type MsgAddController ¶
type MsgAddController struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ControllerDid string `protobuf:"bytes,2,opt,name=controller_did,json=controllerDid,proto3" json:"controller_did,omitempty"` Signer string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"` }
func NewMsgAddController ¶
func NewMsgAddController( id string, controllerDID string, signerAccount string, ) *MsgAddController
func (*MsgAddController) Descriptor ¶
func (*MsgAddController) Descriptor() ([]byte, []int)
func (MsgAddController) GetSignBytes ¶
func (msg MsgAddController) GetSignBytes() []byte
func (MsgAddController) GetSigners ¶
func (msg MsgAddController) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgAddController) Marshal ¶
func (m *MsgAddController) Marshal() (dAtA []byte, err error)
func (*MsgAddController) MarshalToSizedBuffer ¶
func (m *MsgAddController) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddController) ProtoMessage ¶
func (*MsgAddController) ProtoMessage()
func (*MsgAddController) Reset ¶
func (m *MsgAddController) Reset()
func (*MsgAddController) Size ¶
func (m *MsgAddController) Size() (n int)
func (*MsgAddController) String ¶
func (m *MsgAddController) String() string
func (*MsgAddController) Unmarshal ¶
func (m *MsgAddController) Unmarshal(dAtA []byte) error
func (MsgAddController) ValidateBasic ¶
func (msg MsgAddController) ValidateBasic() error
ValidateBasic performs a basic check of the MsgAddService fields.
func (*MsgAddController) XXX_DiscardUnknown ¶
func (m *MsgAddController) XXX_DiscardUnknown()
func (*MsgAddController) XXX_Marshal ¶
func (m *MsgAddController) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddController) XXX_Merge ¶
func (m *MsgAddController) XXX_Merge(src proto.Message)
func (*MsgAddController) XXX_Size ¶
func (m *MsgAddController) XXX_Size() int
func (*MsgAddController) XXX_Unmarshal ¶
func (m *MsgAddController) XXX_Unmarshal(b []byte) error
type MsgAddControllerResponse ¶
type MsgAddControllerResponse struct { }
func (*MsgAddControllerResponse) Descriptor ¶
func (*MsgAddControllerResponse) Descriptor() ([]byte, []int)
func (*MsgAddControllerResponse) Marshal ¶
func (m *MsgAddControllerResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddControllerResponse) MarshalTo ¶
func (m *MsgAddControllerResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddControllerResponse) MarshalToSizedBuffer ¶
func (m *MsgAddControllerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddControllerResponse) ProtoMessage ¶
func (*MsgAddControllerResponse) ProtoMessage()
func (*MsgAddControllerResponse) Reset ¶
func (m *MsgAddControllerResponse) Reset()
func (*MsgAddControllerResponse) Size ¶
func (m *MsgAddControllerResponse) Size() (n int)
func (*MsgAddControllerResponse) String ¶
func (m *MsgAddControllerResponse) String() string
func (*MsgAddControllerResponse) Unmarshal ¶
func (m *MsgAddControllerResponse) Unmarshal(dAtA []byte) error
func (*MsgAddControllerResponse) XXX_DiscardUnknown ¶
func (m *MsgAddControllerResponse) XXX_DiscardUnknown()
func (*MsgAddControllerResponse) XXX_Marshal ¶
func (m *MsgAddControllerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddControllerResponse) XXX_Merge ¶
func (m *MsgAddControllerResponse) XXX_Merge(src proto.Message)
func (*MsgAddControllerResponse) XXX_Size ¶
func (m *MsgAddControllerResponse) XXX_Size() int
func (*MsgAddControllerResponse) XXX_Unmarshal ¶
func (m *MsgAddControllerResponse) XXX_Unmarshal(b []byte) error
type MsgAddService ¶
type MsgAddService struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ServiceData *Service `protobuf:"bytes,2,opt,name=service_data,json=serviceData,proto3" json:"service_data,omitempty"` Signer string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"` }
func NewMsgAddService ¶
func NewMsgAddService( id string, service *Service, signerAccount string, ) *MsgAddService
NewMsgAddService creates a new MsgAddService instance
func (*MsgAddService) Descriptor ¶
func (*MsgAddService) Descriptor() ([]byte, []int)
func (MsgAddService) GetSignBytes ¶
func (msg MsgAddService) GetSignBytes() []byte
func (MsgAddService) GetSigners ¶
func (msg MsgAddService) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgAddService) Marshal ¶
func (m *MsgAddService) Marshal() (dAtA []byte, err error)
func (*MsgAddService) MarshalToSizedBuffer ¶
func (m *MsgAddService) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddService) ProtoMessage ¶
func (*MsgAddService) ProtoMessage()
func (*MsgAddService) Reset ¶
func (m *MsgAddService) Reset()
func (*MsgAddService) Size ¶
func (m *MsgAddService) Size() (n int)
func (*MsgAddService) String ¶
func (m *MsgAddService) String() string
func (*MsgAddService) Unmarshal ¶
func (m *MsgAddService) Unmarshal(dAtA []byte) error
func (MsgAddService) ValidateBasic ¶
func (msg MsgAddService) ValidateBasic() error
ValidateBasic performs a basic check of the MsgAddService fields.
func (*MsgAddService) XXX_DiscardUnknown ¶
func (m *MsgAddService) XXX_DiscardUnknown()
func (*MsgAddService) XXX_Marshal ¶
func (m *MsgAddService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddService) XXX_Merge ¶
func (m *MsgAddService) XXX_Merge(src proto.Message)
func (*MsgAddService) XXX_Size ¶
func (m *MsgAddService) XXX_Size() int
func (*MsgAddService) XXX_Unmarshal ¶
func (m *MsgAddService) XXX_Unmarshal(b []byte) error
type MsgAddServiceResponse ¶
type MsgAddServiceResponse struct { }
func (*MsgAddServiceResponse) Descriptor ¶
func (*MsgAddServiceResponse) Descriptor() ([]byte, []int)
func (*MsgAddServiceResponse) Marshal ¶
func (m *MsgAddServiceResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddServiceResponse) MarshalTo ¶
func (m *MsgAddServiceResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddServiceResponse) MarshalToSizedBuffer ¶
func (m *MsgAddServiceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddServiceResponse) ProtoMessage ¶
func (*MsgAddServiceResponse) ProtoMessage()
func (*MsgAddServiceResponse) Reset ¶
func (m *MsgAddServiceResponse) Reset()
func (*MsgAddServiceResponse) Size ¶
func (m *MsgAddServiceResponse) Size() (n int)
func (*MsgAddServiceResponse) String ¶
func (m *MsgAddServiceResponse) String() string
func (*MsgAddServiceResponse) Unmarshal ¶
func (m *MsgAddServiceResponse) Unmarshal(dAtA []byte) error
func (*MsgAddServiceResponse) XXX_DiscardUnknown ¶
func (m *MsgAddServiceResponse) XXX_DiscardUnknown()
func (*MsgAddServiceResponse) XXX_Marshal ¶
func (m *MsgAddServiceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddServiceResponse) XXX_Merge ¶
func (m *MsgAddServiceResponse) XXX_Merge(src proto.Message)
func (*MsgAddServiceResponse) XXX_Size ¶
func (m *MsgAddServiceResponse) XXX_Size() int
func (*MsgAddServiceResponse) XXX_Unmarshal ¶
func (m *MsgAddServiceResponse) XXX_Unmarshal(b []byte) error
type MsgAddVerification ¶
type MsgAddVerification struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Verification *Verification `protobuf:"bytes,2,opt,name=verification,proto3" json:"verification,omitempty"` Signer string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"` }
func NewMsgAddVerification ¶
func NewMsgAddVerification( id string, verification *Verification, signerAccount string, ) *MsgAddVerification
NewMsgAddVerification creates a new MsgAddVerification instance
func (*MsgAddVerification) Descriptor ¶
func (*MsgAddVerification) Descriptor() ([]byte, []int)
func (MsgAddVerification) GetSignBytes ¶
func (msg MsgAddVerification) GetSignBytes() []byte
func (MsgAddVerification) GetSigners ¶
func (msg MsgAddVerification) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgAddVerification) Marshal ¶
func (m *MsgAddVerification) Marshal() (dAtA []byte, err error)
func (*MsgAddVerification) MarshalTo ¶
func (m *MsgAddVerification) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddVerification) MarshalToSizedBuffer ¶
func (m *MsgAddVerification) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddVerification) ProtoMessage ¶
func (*MsgAddVerification) ProtoMessage()
func (*MsgAddVerification) Reset ¶
func (m *MsgAddVerification) Reset()
func (*MsgAddVerification) Size ¶
func (m *MsgAddVerification) Size() (n int)
func (*MsgAddVerification) String ¶
func (m *MsgAddVerification) String() string
func (*MsgAddVerification) Unmarshal ¶
func (m *MsgAddVerification) Unmarshal(dAtA []byte) error
func (MsgAddVerification) ValidateBasic ¶
func (msg MsgAddVerification) ValidateBasic() error
ValidateBasic performs a basic check of the MsgAddVerification fields.
func (*MsgAddVerification) XXX_DiscardUnknown ¶
func (m *MsgAddVerification) XXX_DiscardUnknown()
func (*MsgAddVerification) XXX_Marshal ¶
func (m *MsgAddVerification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddVerification) XXX_Merge ¶
func (m *MsgAddVerification) XXX_Merge(src proto.Message)
func (*MsgAddVerification) XXX_Size ¶
func (m *MsgAddVerification) XXX_Size() int
func (*MsgAddVerification) XXX_Unmarshal ¶
func (m *MsgAddVerification) XXX_Unmarshal(b []byte) error
type MsgAddVerificationResponse ¶
type MsgAddVerificationResponse struct { }
func (*MsgAddVerificationResponse) Descriptor ¶
func (*MsgAddVerificationResponse) Descriptor() ([]byte, []int)
func (*MsgAddVerificationResponse) Marshal ¶
func (m *MsgAddVerificationResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddVerificationResponse) MarshalTo ¶
func (m *MsgAddVerificationResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddVerificationResponse) MarshalToSizedBuffer ¶
func (m *MsgAddVerificationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddVerificationResponse) ProtoMessage ¶
func (*MsgAddVerificationResponse) ProtoMessage()
func (*MsgAddVerificationResponse) Reset ¶
func (m *MsgAddVerificationResponse) Reset()
func (*MsgAddVerificationResponse) Size ¶
func (m *MsgAddVerificationResponse) Size() (n int)
func (*MsgAddVerificationResponse) String ¶
func (m *MsgAddVerificationResponse) String() string
func (*MsgAddVerificationResponse) Unmarshal ¶
func (m *MsgAddVerificationResponse) Unmarshal(dAtA []byte) error
func (*MsgAddVerificationResponse) XXX_DiscardUnknown ¶
func (m *MsgAddVerificationResponse) XXX_DiscardUnknown()
func (*MsgAddVerificationResponse) XXX_Marshal ¶
func (m *MsgAddVerificationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddVerificationResponse) XXX_Merge ¶
func (m *MsgAddVerificationResponse) XXX_Merge(src proto.Message)
func (*MsgAddVerificationResponse) XXX_Size ¶
func (m *MsgAddVerificationResponse) XXX_Size() int
func (*MsgAddVerificationResponse) XXX_Unmarshal ¶
func (m *MsgAddVerificationResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface { // CreateDidDocument defines a method for creating a new identity. CreateDidDocument(ctx context.Context, in *MsgCreateDidDocument, opts ...grpc.CallOption) (*MsgCreateDidDocumentResponse, error) // UpdateDidDocument defines a method for updating an identity. UpdateDidDocument(ctx context.Context, in *MsgUpdateDidDocument, opts ...grpc.CallOption) (*MsgUpdateDidDocumentResponse, error) // AddVerificationMethod adds a new verification method AddVerification(ctx context.Context, in *MsgAddVerification, opts ...grpc.CallOption) (*MsgAddVerificationResponse, error) // RevokeVerification remove the verification method and all associated verification Relations RevokeVerification(ctx context.Context, in *MsgRevokeVerification, opts ...grpc.CallOption) (*MsgRevokeVerificationResponse, error) // SetVerificationRelationships overwrite current verification relationships SetVerificationRelationships(ctx context.Context, in *MsgSetVerificationRelationships, opts ...grpc.CallOption) (*MsgSetVerificationRelationshipsResponse, error) // AddService add a new service AddService(ctx context.Context, in *MsgAddService, opts ...grpc.CallOption) (*MsgAddServiceResponse, error) // DeleteService delete an existing service DeleteService(ctx context.Context, in *MsgDeleteService, opts ...grpc.CallOption) (*MsgDeleteServiceResponse, error) // AddService add a new service AddController(ctx context.Context, in *MsgAddController, opts ...grpc.CallOption) (*MsgAddControllerResponse, error) // DeleteService delete an existing service DeleteController(ctx context.Context, in *MsgDeleteController, opts ...grpc.CallOption) (*MsgDeleteControllerResponse, error) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc1.ClientConn) MsgClient
type MsgCreateDidDocument ¶
type MsgCreateDidDocument struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Controllers []string `protobuf:"bytes,2,rep,name=controllers,proto3" json:"controllers,omitempty"` Verifications []*Verification `protobuf:"bytes,3,rep,name=verifications,proto3" json:"verifications,omitempty"` Services []*Service `protobuf:"bytes,4,rep,name=services,proto3" json:"services,omitempty"` Signer string `protobuf:"bytes,5,opt,name=signer,proto3" json:"signer,omitempty"` }
MsgCreateDidDocument defines a SDK message for creating a new did.
func NewMsgCreateDidDocument ¶
func NewMsgCreateDidDocument( id string, verifications []*Verification, services []*Service, signerAccount string, ) *MsgCreateDidDocument
NewMsgCreateDidDocument creates a new MsgCreateDidDocument instance
func (*MsgCreateDidDocument) Descriptor ¶
func (*MsgCreateDidDocument) Descriptor() ([]byte, []int)
func (MsgCreateDidDocument) GetSignBytes ¶
func (msg MsgCreateDidDocument) GetSignBytes() []byte
func (MsgCreateDidDocument) GetSigners ¶
func (msg MsgCreateDidDocument) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgCreateDidDocument) Marshal ¶
func (m *MsgCreateDidDocument) Marshal() (dAtA []byte, err error)
func (*MsgCreateDidDocument) MarshalTo ¶
func (m *MsgCreateDidDocument) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateDidDocument) MarshalToSizedBuffer ¶
func (m *MsgCreateDidDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateDidDocument) ProtoMessage ¶
func (*MsgCreateDidDocument) ProtoMessage()
func (*MsgCreateDidDocument) Reset ¶
func (m *MsgCreateDidDocument) Reset()
func (MsgCreateDidDocument) Route ¶
func (MsgCreateDidDocument) Route() string
Route implements sdk.Msg
func (*MsgCreateDidDocument) Size ¶
func (m *MsgCreateDidDocument) Size() (n int)
func (*MsgCreateDidDocument) String ¶
func (m *MsgCreateDidDocument) String() string
func (MsgCreateDidDocument) Type ¶
func (MsgCreateDidDocument) Type() string
Type implements sdk.Msg
func (*MsgCreateDidDocument) Unmarshal ¶
func (m *MsgCreateDidDocument) Unmarshal(dAtA []byte) error
func (MsgCreateDidDocument) ValidateBasic ¶
func (msg MsgCreateDidDocument) ValidateBasic() error
ValidateBasic performs a basic check of the MsgCreateDidDocument fields.
func (*MsgCreateDidDocument) XXX_DiscardUnknown ¶
func (m *MsgCreateDidDocument) XXX_DiscardUnknown()
func (*MsgCreateDidDocument) XXX_Marshal ¶
func (m *MsgCreateDidDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateDidDocument) XXX_Merge ¶
func (m *MsgCreateDidDocument) XXX_Merge(src proto.Message)
func (*MsgCreateDidDocument) XXX_Size ¶
func (m *MsgCreateDidDocument) XXX_Size() int
func (*MsgCreateDidDocument) XXX_Unmarshal ¶
func (m *MsgCreateDidDocument) XXX_Unmarshal(b []byte) error
type MsgCreateDidDocumentResponse ¶
type MsgCreateDidDocumentResponse struct { }
func (*MsgCreateDidDocumentResponse) Descriptor ¶
func (*MsgCreateDidDocumentResponse) Descriptor() ([]byte, []int)
func (*MsgCreateDidDocumentResponse) Marshal ¶
func (m *MsgCreateDidDocumentResponse) Marshal() (dAtA []byte, err error)
func (*MsgCreateDidDocumentResponse) MarshalTo ¶
func (m *MsgCreateDidDocumentResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateDidDocumentResponse) MarshalToSizedBuffer ¶
func (m *MsgCreateDidDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateDidDocumentResponse) ProtoMessage ¶
func (*MsgCreateDidDocumentResponse) ProtoMessage()
func (*MsgCreateDidDocumentResponse) Reset ¶
func (m *MsgCreateDidDocumentResponse) Reset()
func (*MsgCreateDidDocumentResponse) Size ¶
func (m *MsgCreateDidDocumentResponse) Size() (n int)
func (*MsgCreateDidDocumentResponse) String ¶
func (m *MsgCreateDidDocumentResponse) String() string
func (*MsgCreateDidDocumentResponse) Unmarshal ¶
func (m *MsgCreateDidDocumentResponse) Unmarshal(dAtA []byte) error
func (*MsgCreateDidDocumentResponse) XXX_DiscardUnknown ¶
func (m *MsgCreateDidDocumentResponse) XXX_DiscardUnknown()
func (*MsgCreateDidDocumentResponse) XXX_Marshal ¶
func (m *MsgCreateDidDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateDidDocumentResponse) XXX_Merge ¶
func (m *MsgCreateDidDocumentResponse) XXX_Merge(src proto.Message)
func (*MsgCreateDidDocumentResponse) XXX_Size ¶
func (m *MsgCreateDidDocumentResponse) XXX_Size() int
func (*MsgCreateDidDocumentResponse) XXX_Unmarshal ¶
func (m *MsgCreateDidDocumentResponse) XXX_Unmarshal(b []byte) error
type MsgDeleteController ¶
type MsgDeleteController struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ControllerDid string `protobuf:"bytes,2,opt,name=controller_did,json=controllerDid,proto3" json:"controller_did,omitempty"` Signer string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"` }
func NewMsgDeleteController ¶
func NewMsgDeleteController( id string, controllerDID string, signerAccount string, ) *MsgDeleteController
func (*MsgDeleteController) Descriptor ¶
func (*MsgDeleteController) Descriptor() ([]byte, []int)
func (MsgDeleteController) GetSignBytes ¶
func (msg MsgDeleteController) GetSignBytes() []byte
func (MsgDeleteController) GetSigners ¶
func (msg MsgDeleteController) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgDeleteController) Marshal ¶
func (m *MsgDeleteController) Marshal() (dAtA []byte, err error)
func (*MsgDeleteController) MarshalTo ¶
func (m *MsgDeleteController) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeleteController) MarshalToSizedBuffer ¶
func (m *MsgDeleteController) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteController) ProtoMessage ¶
func (*MsgDeleteController) ProtoMessage()
func (*MsgDeleteController) Reset ¶
func (m *MsgDeleteController) Reset()
func (MsgDeleteController) Route ¶
func (MsgDeleteController) Route() string
Route implements sdk.Msg
func (*MsgDeleteController) Size ¶
func (m *MsgDeleteController) Size() (n int)
func (*MsgDeleteController) String ¶
func (m *MsgDeleteController) String() string
func (*MsgDeleteController) Unmarshal ¶
func (m *MsgDeleteController) Unmarshal(dAtA []byte) error
func (MsgDeleteController) ValidateBasic ¶
func (msg MsgDeleteController) ValidateBasic() error
ValidateBasic performs a basic check of the MsgDeleteService fields.
func (*MsgDeleteController) XXX_DiscardUnknown ¶
func (m *MsgDeleteController) XXX_DiscardUnknown()
func (*MsgDeleteController) XXX_Marshal ¶
func (m *MsgDeleteController) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteController) XXX_Merge ¶
func (m *MsgDeleteController) XXX_Merge(src proto.Message)
func (*MsgDeleteController) XXX_Size ¶
func (m *MsgDeleteController) XXX_Size() int
func (*MsgDeleteController) XXX_Unmarshal ¶
func (m *MsgDeleteController) XXX_Unmarshal(b []byte) error
type MsgDeleteControllerResponse ¶
type MsgDeleteControllerResponse struct { }
func (*MsgDeleteControllerResponse) Descriptor ¶
func (*MsgDeleteControllerResponse) Descriptor() ([]byte, []int)
func (*MsgDeleteControllerResponse) Marshal ¶
func (m *MsgDeleteControllerResponse) Marshal() (dAtA []byte, err error)
func (*MsgDeleteControllerResponse) MarshalTo ¶
func (m *MsgDeleteControllerResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeleteControllerResponse) MarshalToSizedBuffer ¶
func (m *MsgDeleteControllerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteControllerResponse) ProtoMessage ¶
func (*MsgDeleteControllerResponse) ProtoMessage()
func (*MsgDeleteControllerResponse) Reset ¶
func (m *MsgDeleteControllerResponse) Reset()
func (*MsgDeleteControllerResponse) Size ¶
func (m *MsgDeleteControllerResponse) Size() (n int)
func (*MsgDeleteControllerResponse) String ¶
func (m *MsgDeleteControllerResponse) String() string
func (*MsgDeleteControllerResponse) Unmarshal ¶
func (m *MsgDeleteControllerResponse) Unmarshal(dAtA []byte) error
func (*MsgDeleteControllerResponse) XXX_DiscardUnknown ¶
func (m *MsgDeleteControllerResponse) XXX_DiscardUnknown()
func (*MsgDeleteControllerResponse) XXX_Marshal ¶
func (m *MsgDeleteControllerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteControllerResponse) XXX_Merge ¶
func (m *MsgDeleteControllerResponse) XXX_Merge(src proto.Message)
func (*MsgDeleteControllerResponse) XXX_Size ¶
func (m *MsgDeleteControllerResponse) XXX_Size() int
func (*MsgDeleteControllerResponse) XXX_Unmarshal ¶
func (m *MsgDeleteControllerResponse) XXX_Unmarshal(b []byte) error
type MsgDeleteService ¶
type MsgDeleteService struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ServiceId string `protobuf:"bytes,2,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` Signer string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"` }
func NewMsgDeleteService ¶
func NewMsgDeleteService( id string, serviceID string, signerAccount string, ) *MsgDeleteService
func (*MsgDeleteService) Descriptor ¶
func (*MsgDeleteService) Descriptor() ([]byte, []int)
func (MsgDeleteService) GetSignBytes ¶
func (msg MsgDeleteService) GetSignBytes() []byte
func (MsgDeleteService) GetSigners ¶
func (msg MsgDeleteService) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgDeleteService) Marshal ¶
func (m *MsgDeleteService) Marshal() (dAtA []byte, err error)
func (*MsgDeleteService) MarshalToSizedBuffer ¶
func (m *MsgDeleteService) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteService) ProtoMessage ¶
func (*MsgDeleteService) ProtoMessage()
func (*MsgDeleteService) Reset ¶
func (m *MsgDeleteService) Reset()
func (*MsgDeleteService) Size ¶
func (m *MsgDeleteService) Size() (n int)
func (*MsgDeleteService) String ¶
func (m *MsgDeleteService) String() string
func (*MsgDeleteService) Unmarshal ¶
func (m *MsgDeleteService) Unmarshal(dAtA []byte) error
func (MsgDeleteService) ValidateBasic ¶
func (msg MsgDeleteService) ValidateBasic() error
ValidateBasic performs a basic check of the MsgDeleteService fields.
func (*MsgDeleteService) XXX_DiscardUnknown ¶
func (m *MsgDeleteService) XXX_DiscardUnknown()
func (*MsgDeleteService) XXX_Marshal ¶
func (m *MsgDeleteService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteService) XXX_Merge ¶
func (m *MsgDeleteService) XXX_Merge(src proto.Message)
func (*MsgDeleteService) XXX_Size ¶
func (m *MsgDeleteService) XXX_Size() int
func (*MsgDeleteService) XXX_Unmarshal ¶
func (m *MsgDeleteService) XXX_Unmarshal(b []byte) error
type MsgDeleteServiceResponse ¶
type MsgDeleteServiceResponse struct { }
func (*MsgDeleteServiceResponse) Descriptor ¶
func (*MsgDeleteServiceResponse) Descriptor() ([]byte, []int)
func (*MsgDeleteServiceResponse) Marshal ¶
func (m *MsgDeleteServiceResponse) Marshal() (dAtA []byte, err error)
func (*MsgDeleteServiceResponse) MarshalTo ¶
func (m *MsgDeleteServiceResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeleteServiceResponse) MarshalToSizedBuffer ¶
func (m *MsgDeleteServiceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteServiceResponse) ProtoMessage ¶
func (*MsgDeleteServiceResponse) ProtoMessage()
func (*MsgDeleteServiceResponse) Reset ¶
func (m *MsgDeleteServiceResponse) Reset()
func (*MsgDeleteServiceResponse) Size ¶
func (m *MsgDeleteServiceResponse) Size() (n int)
func (*MsgDeleteServiceResponse) String ¶
func (m *MsgDeleteServiceResponse) String() string
func (*MsgDeleteServiceResponse) Unmarshal ¶
func (m *MsgDeleteServiceResponse) Unmarshal(dAtA []byte) error
func (*MsgDeleteServiceResponse) XXX_DiscardUnknown ¶
func (m *MsgDeleteServiceResponse) XXX_DiscardUnknown()
func (*MsgDeleteServiceResponse) XXX_Marshal ¶
func (m *MsgDeleteServiceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteServiceResponse) XXX_Merge ¶
func (m *MsgDeleteServiceResponse) XXX_Merge(src proto.Message)
func (*MsgDeleteServiceResponse) XXX_Size ¶
func (m *MsgDeleteServiceResponse) XXX_Size() int
func (*MsgDeleteServiceResponse) XXX_Unmarshal ¶
func (m *MsgDeleteServiceResponse) XXX_Unmarshal(b []byte) error
type MsgRevokeVerification ¶
type MsgRevokeVerification struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` MethodId string `protobuf:"bytes,2,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"` Signer string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"` }
func NewMsgRevokeVerification ¶
func NewMsgRevokeVerification( id string, methodID string, signerAccount string, ) *MsgRevokeVerification
NewMsgRevokeVerification creates a new MsgRevokeVerification instance
func (*MsgRevokeVerification) Descriptor ¶
func (*MsgRevokeVerification) Descriptor() ([]byte, []int)
func (MsgRevokeVerification) GetSignBytes ¶
func (msg MsgRevokeVerification) GetSignBytes() []byte
func (MsgRevokeVerification) GetSigners ¶
func (msg MsgRevokeVerification) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgRevokeVerification) Marshal ¶
func (m *MsgRevokeVerification) Marshal() (dAtA []byte, err error)
func (*MsgRevokeVerification) MarshalTo ¶
func (m *MsgRevokeVerification) MarshalTo(dAtA []byte) (int, error)
func (*MsgRevokeVerification) MarshalToSizedBuffer ¶
func (m *MsgRevokeVerification) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRevokeVerification) ProtoMessage ¶
func (*MsgRevokeVerification) ProtoMessage()
func (*MsgRevokeVerification) Reset ¶
func (m *MsgRevokeVerification) Reset()
func (MsgRevokeVerification) Route ¶
func (MsgRevokeVerification) Route() string
Route implements sdk.Msg
func (*MsgRevokeVerification) Size ¶
func (m *MsgRevokeVerification) Size() (n int)
func (*MsgRevokeVerification) String ¶
func (m *MsgRevokeVerification) String() string
func (MsgRevokeVerification) Type ¶
func (MsgRevokeVerification) Type() string
Type implements sdk.Msg
func (*MsgRevokeVerification) Unmarshal ¶
func (m *MsgRevokeVerification) Unmarshal(dAtA []byte) error
func (MsgRevokeVerification) ValidateBasic ¶
func (msg MsgRevokeVerification) ValidateBasic() error
ValidateBasic performs a basic check of the MsgRevokeVerification fields.
func (*MsgRevokeVerification) XXX_DiscardUnknown ¶
func (m *MsgRevokeVerification) XXX_DiscardUnknown()
func (*MsgRevokeVerification) XXX_Marshal ¶
func (m *MsgRevokeVerification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRevokeVerification) XXX_Merge ¶
func (m *MsgRevokeVerification) XXX_Merge(src proto.Message)
func (*MsgRevokeVerification) XXX_Size ¶
func (m *MsgRevokeVerification) XXX_Size() int
func (*MsgRevokeVerification) XXX_Unmarshal ¶
func (m *MsgRevokeVerification) XXX_Unmarshal(b []byte) error
type MsgRevokeVerificationResponse ¶
type MsgRevokeVerificationResponse struct { }
func (*MsgRevokeVerificationResponse) Descriptor ¶
func (*MsgRevokeVerificationResponse) Descriptor() ([]byte, []int)
func (*MsgRevokeVerificationResponse) Marshal ¶
func (m *MsgRevokeVerificationResponse) Marshal() (dAtA []byte, err error)
func (*MsgRevokeVerificationResponse) MarshalTo ¶
func (m *MsgRevokeVerificationResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRevokeVerificationResponse) MarshalToSizedBuffer ¶
func (m *MsgRevokeVerificationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRevokeVerificationResponse) ProtoMessage ¶
func (*MsgRevokeVerificationResponse) ProtoMessage()
func (*MsgRevokeVerificationResponse) Reset ¶
func (m *MsgRevokeVerificationResponse) Reset()
func (*MsgRevokeVerificationResponse) Size ¶
func (m *MsgRevokeVerificationResponse) Size() (n int)
func (*MsgRevokeVerificationResponse) String ¶
func (m *MsgRevokeVerificationResponse) String() string
func (*MsgRevokeVerificationResponse) Unmarshal ¶
func (m *MsgRevokeVerificationResponse) Unmarshal(dAtA []byte) error
func (*MsgRevokeVerificationResponse) XXX_DiscardUnknown ¶
func (m *MsgRevokeVerificationResponse) XXX_DiscardUnknown()
func (*MsgRevokeVerificationResponse) XXX_Marshal ¶
func (m *MsgRevokeVerificationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRevokeVerificationResponse) XXX_Merge ¶
func (m *MsgRevokeVerificationResponse) XXX_Merge(src proto.Message)
func (*MsgRevokeVerificationResponse) XXX_Size ¶
func (m *MsgRevokeVerificationResponse) XXX_Size() int
func (*MsgRevokeVerificationResponse) XXX_Unmarshal ¶
func (m *MsgRevokeVerificationResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { // CreateDidDocument defines a method for creating a new identity. CreateDidDocument(context.Context, *MsgCreateDidDocument) (*MsgCreateDidDocumentResponse, error) // UpdateDidDocument defines a method for updating an identity. UpdateDidDocument(context.Context, *MsgUpdateDidDocument) (*MsgUpdateDidDocumentResponse, error) // AddVerificationMethod adds a new verification method AddVerification(context.Context, *MsgAddVerification) (*MsgAddVerificationResponse, error) // RevokeVerification remove the verification method and all associated verification Relations RevokeVerification(context.Context, *MsgRevokeVerification) (*MsgRevokeVerificationResponse, error) // SetVerificationRelationships overwrite current verification relationships SetVerificationRelationships(context.Context, *MsgSetVerificationRelationships) (*MsgSetVerificationRelationshipsResponse, error) // AddService add a new service AddService(context.Context, *MsgAddService) (*MsgAddServiceResponse, error) // DeleteService delete an existing service DeleteService(context.Context, *MsgDeleteService) (*MsgDeleteServiceResponse, error) // AddService add a new service AddController(context.Context, *MsgAddController) (*MsgAddControllerResponse, error) // DeleteService delete an existing service DeleteController(context.Context, *MsgDeleteController) (*MsgDeleteControllerResponse, error) }
MsgServer is the server API for Msg service.
type MsgSetVerificationRelationships ¶
type MsgSetVerificationRelationships struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` MethodId string `protobuf:"bytes,2,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"` Relationships []string `protobuf:"bytes,3,rep,name=relationships,proto3" json:"relationships,omitempty"` Signer string `protobuf:"bytes,4,opt,name=signer,proto3" json:"signer,omitempty"` }
func NewMsgSetVerificationRelationships ¶
func NewMsgSetVerificationRelationships( id string, methodID string, relationships []string, signerAccount string, ) *MsgSetVerificationRelationships
func (*MsgSetVerificationRelationships) Descriptor ¶
func (*MsgSetVerificationRelationships) Descriptor() ([]byte, []int)
func (MsgSetVerificationRelationships) GetSignBytes ¶
func (msg MsgSetVerificationRelationships) GetSignBytes() []byte
func (MsgSetVerificationRelationships) GetSigners ¶
func (msg MsgSetVerificationRelationships) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgSetVerificationRelationships) Marshal ¶
func (m *MsgSetVerificationRelationships) Marshal() (dAtA []byte, err error)
func (*MsgSetVerificationRelationships) MarshalTo ¶
func (m *MsgSetVerificationRelationships) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetVerificationRelationships) MarshalToSizedBuffer ¶
func (m *MsgSetVerificationRelationships) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetVerificationRelationships) ProtoMessage ¶
func (*MsgSetVerificationRelationships) ProtoMessage()
func (*MsgSetVerificationRelationships) Reset ¶
func (m *MsgSetVerificationRelationships) Reset()
func (MsgSetVerificationRelationships) Route ¶
func (MsgSetVerificationRelationships) Route() string
Route implements sdk.Msg
func (*MsgSetVerificationRelationships) Size ¶
func (m *MsgSetVerificationRelationships) Size() (n int)
func (*MsgSetVerificationRelationships) String ¶
func (m *MsgSetVerificationRelationships) String() string
func (MsgSetVerificationRelationships) Type ¶
func (MsgSetVerificationRelationships) Type() string
Type implements sdk.Msg
func (*MsgSetVerificationRelationships) Unmarshal ¶
func (m *MsgSetVerificationRelationships) Unmarshal(dAtA []byte) error
func (MsgSetVerificationRelationships) ValidateBasic ¶
func (msg MsgSetVerificationRelationships) ValidateBasic() error
ValidateBasic performs a basic check of the MsgSetVerificationRelationships fields.
func (*MsgSetVerificationRelationships) XXX_DiscardUnknown ¶
func (m *MsgSetVerificationRelationships) XXX_DiscardUnknown()
func (*MsgSetVerificationRelationships) XXX_Marshal ¶
func (m *MsgSetVerificationRelationships) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetVerificationRelationships) XXX_Merge ¶
func (m *MsgSetVerificationRelationships) XXX_Merge(src proto.Message)
func (*MsgSetVerificationRelationships) XXX_Size ¶
func (m *MsgSetVerificationRelationships) XXX_Size() int
func (*MsgSetVerificationRelationships) XXX_Unmarshal ¶
func (m *MsgSetVerificationRelationships) XXX_Unmarshal(b []byte) error
type MsgSetVerificationRelationshipsResponse ¶
type MsgSetVerificationRelationshipsResponse struct { }
func (*MsgSetVerificationRelationshipsResponse) Descriptor ¶
func (*MsgSetVerificationRelationshipsResponse) Descriptor() ([]byte, []int)
func (*MsgSetVerificationRelationshipsResponse) Marshal ¶
func (m *MsgSetVerificationRelationshipsResponse) Marshal() (dAtA []byte, err error)
func (*MsgSetVerificationRelationshipsResponse) MarshalTo ¶
func (m *MsgSetVerificationRelationshipsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSetVerificationRelationshipsResponse) MarshalToSizedBuffer ¶
func (m *MsgSetVerificationRelationshipsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSetVerificationRelationshipsResponse) ProtoMessage ¶
func (*MsgSetVerificationRelationshipsResponse) ProtoMessage()
func (*MsgSetVerificationRelationshipsResponse) Reset ¶
func (m *MsgSetVerificationRelationshipsResponse) Reset()
func (*MsgSetVerificationRelationshipsResponse) Size ¶
func (m *MsgSetVerificationRelationshipsResponse) Size() (n int)
func (*MsgSetVerificationRelationshipsResponse) String ¶
func (m *MsgSetVerificationRelationshipsResponse) String() string
func (*MsgSetVerificationRelationshipsResponse) Unmarshal ¶
func (m *MsgSetVerificationRelationshipsResponse) Unmarshal(dAtA []byte) error
func (*MsgSetVerificationRelationshipsResponse) XXX_DiscardUnknown ¶
func (m *MsgSetVerificationRelationshipsResponse) XXX_DiscardUnknown()
func (*MsgSetVerificationRelationshipsResponse) XXX_Marshal ¶
func (m *MsgSetVerificationRelationshipsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSetVerificationRelationshipsResponse) XXX_Merge ¶
func (m *MsgSetVerificationRelationshipsResponse) XXX_Merge(src proto.Message)
func (*MsgSetVerificationRelationshipsResponse) XXX_Size ¶
func (m *MsgSetVerificationRelationshipsResponse) XXX_Size() int
func (*MsgSetVerificationRelationshipsResponse) XXX_Unmarshal ¶
func (m *MsgSetVerificationRelationshipsResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateDidDocument ¶
type MsgUpdateDidDocument struct { Doc *DidDocument `protobuf:"bytes,1,opt,name=doc,proto3" json:"doc,omitempty"` Signer string `protobuf:"bytes,5,opt,name=signer,proto3" json:"signer,omitempty"` }
MsgUpdateDidDocument replace an existing did document with a new version
func NewMsgUpdateDidDocument ¶
func NewMsgUpdateDidDocument( didDoc *DidDocument, signerAccount string, ) *MsgUpdateDidDocument
func (*MsgUpdateDidDocument) Descriptor ¶
func (*MsgUpdateDidDocument) Descriptor() ([]byte, []int)
func (MsgUpdateDidDocument) GetSignBytes ¶
func (msg MsgUpdateDidDocument) GetSignBytes() []byte
func (MsgUpdateDidDocument) GetSigners ¶
func (msg MsgUpdateDidDocument) GetSigners() []sdk.AccAddress
GetSigners implements sdk.Msg
func (*MsgUpdateDidDocument) Marshal ¶
func (m *MsgUpdateDidDocument) Marshal() (dAtA []byte, err error)
func (*MsgUpdateDidDocument) MarshalTo ¶
func (m *MsgUpdateDidDocument) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateDidDocument) MarshalToSizedBuffer ¶
func (m *MsgUpdateDidDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateDidDocument) ProtoMessage ¶
func (*MsgUpdateDidDocument) ProtoMessage()
func (*MsgUpdateDidDocument) Reset ¶
func (m *MsgUpdateDidDocument) Reset()
func (MsgUpdateDidDocument) Route ¶
func (MsgUpdateDidDocument) Route() string
Route implements sdk.Msg
func (*MsgUpdateDidDocument) Size ¶
func (m *MsgUpdateDidDocument) Size() (n int)
func (*MsgUpdateDidDocument) String ¶
func (m *MsgUpdateDidDocument) String() string
func (MsgUpdateDidDocument) Type ¶
func (MsgUpdateDidDocument) Type() string
Type implements sdk.Msg
func (*MsgUpdateDidDocument) Unmarshal ¶
func (m *MsgUpdateDidDocument) Unmarshal(dAtA []byte) error
func (MsgUpdateDidDocument) ValidateBasic ¶
func (msg MsgUpdateDidDocument) ValidateBasic() error
ValidateBasic performs a basic check of the MsgUpdateDidDocument fields.
func (*MsgUpdateDidDocument) XXX_DiscardUnknown ¶
func (m *MsgUpdateDidDocument) XXX_DiscardUnknown()
func (*MsgUpdateDidDocument) XXX_Marshal ¶
func (m *MsgUpdateDidDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateDidDocument) XXX_Merge ¶
func (m *MsgUpdateDidDocument) XXX_Merge(src proto.Message)
func (*MsgUpdateDidDocument) XXX_Size ¶
func (m *MsgUpdateDidDocument) XXX_Size() int
func (*MsgUpdateDidDocument) XXX_Unmarshal ¶
func (m *MsgUpdateDidDocument) XXX_Unmarshal(b []byte) error
type MsgUpdateDidDocumentResponse ¶
type MsgUpdateDidDocumentResponse struct { }
func (*MsgUpdateDidDocumentResponse) Descriptor ¶
func (*MsgUpdateDidDocumentResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateDidDocumentResponse) Marshal ¶
func (m *MsgUpdateDidDocumentResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateDidDocumentResponse) MarshalTo ¶
func (m *MsgUpdateDidDocumentResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateDidDocumentResponse) MarshalToSizedBuffer ¶
func (m *MsgUpdateDidDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateDidDocumentResponse) ProtoMessage ¶
func (*MsgUpdateDidDocumentResponse) ProtoMessage()
func (*MsgUpdateDidDocumentResponse) Reset ¶
func (m *MsgUpdateDidDocumentResponse) Reset()
func (*MsgUpdateDidDocumentResponse) Size ¶
func (m *MsgUpdateDidDocumentResponse) Size() (n int)
func (*MsgUpdateDidDocumentResponse) String ¶
func (m *MsgUpdateDidDocumentResponse) String() string
func (*MsgUpdateDidDocumentResponse) Unmarshal ¶
func (m *MsgUpdateDidDocumentResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateDidDocumentResponse) XXX_DiscardUnknown ¶
func (m *MsgUpdateDidDocumentResponse) XXX_DiscardUnknown()
func (*MsgUpdateDidDocumentResponse) XXX_Marshal ¶
func (m *MsgUpdateDidDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateDidDocumentResponse) XXX_Merge ¶
func (m *MsgUpdateDidDocumentResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateDidDocumentResponse) XXX_Size ¶
func (m *MsgUpdateDidDocumentResponse) XXX_Size() int
func (*MsgUpdateDidDocumentResponse) XXX_Unmarshal ¶
func (m *MsgUpdateDidDocumentResponse) XXX_Unmarshal(b []byte) error
type PublicKeyHex ¶
type PublicKeyHex struct {
// contains filtered or unexported fields
}
PublicKeyHex formats an account public key as hex string. https://w3c.github.io/did-spec-registries/#publickeyhex Note that this property is deprecated in favor of publicKeyMultibase or publicKeyJwk, but is maintained for compatibility with legacy implementations
func NewPublicKeyHex ¶
func NewPublicKeyHex(pubKey []byte, vmType VerificationMaterialType) PublicKeyHex
NewPublicKeyHex build a new public key hex struct
func NewPublicKeyHexFromString ¶
func NewPublicKeyHexFromString(pubKeyHex string, vmType VerificationMaterialType) (pkh PublicKeyHex, err error)
NewPublicKeyHexFromString build a new blockchain account ID struct
func (PublicKeyHex) EncodeToString ¶
func (pkh PublicKeyHex) EncodeToString() string
EncodeToString returns the string representation of the key in hex format. https://datatracker.ietf.org/doc/html/draft-multiformats-multibase-03#appendix-B.1
func (PublicKeyHex) Type ¶
func (pkh PublicKeyHex) Type() VerificationMaterialType
Type the verification material type https://datatracker.ietf.org/doc/html/draft-multiformats-multibase-03#appendix-B.1
type PublicKeyMultibase ¶
type PublicKeyMultibase struct {
// contains filtered or unexported fields
}
PublicKeyMultibase formats an account address as per the CAIP-10 Account ID specification. https://w3c.github.io/did-spec-registries/#publickeymultibase https://datatracker.ietf.org/doc/html/draft-multiformats-multibase-03#appendix-B.1
func NewPublicKeyMultibase ¶
func NewPublicKeyMultibase(pubKey []byte, vmType VerificationMaterialType) PublicKeyMultibase
NewPublicKeyMultibase build a new blockchain account ID struct
func NewPublicKeyMultibaseFromHex ¶
func NewPublicKeyMultibaseFromHex(pubKeyHex string, vmType VerificationMaterialType) (pkm PublicKeyMultibase, err error)
NewPublicKeyMultibaseFromHex build a new blockchain account ID struct
func (PublicKeyMultibase) EncodeToString ¶
func (pkh PublicKeyMultibase) EncodeToString() string
EncodeToString returns the string representation of the key in hex format. F is the hex format prefix https://datatracker.ietf.org/doc/html/draft-multiformats-multibase-03#appendix-B.1
func (PublicKeyMultibase) Type ¶
func (pkh PublicKeyMultibase) Type() VerificationMaterialType
Type the verification material type https://datatracker.ietf.org/doc/html/draft-multiformats-multibase-03#appendix-B.1
type QueryClient ¶
type QueryClient interface { // DidDocuments queries all did documents that match the given status. DidDocuments(ctx context.Context, in *QueryDidDocumentsRequest, opts ...grpc.CallOption) (*QueryDidDocumentsResponse, error) // DidDocument queries a did documents with an id. DidDocument(ctx context.Context, in *QueryDidDocumentRequest, opts ...grpc.CallOption) (*QueryDidDocumentResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryDidDocumentRequest ¶
type QueryDidDocumentRequest struct { // status enables to query for validators matching a given status. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` }
QueryDidDocumentsRequest is request type for Query/DidDocuments RPC method.
func (*QueryDidDocumentRequest) Descriptor ¶
func (*QueryDidDocumentRequest) Descriptor() ([]byte, []int)
func (*QueryDidDocumentRequest) GetId ¶
func (m *QueryDidDocumentRequest) GetId() string
func (*QueryDidDocumentRequest) Marshal ¶
func (m *QueryDidDocumentRequest) Marshal() (dAtA []byte, err error)
func (*QueryDidDocumentRequest) MarshalTo ¶
func (m *QueryDidDocumentRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryDidDocumentRequest) MarshalToSizedBuffer ¶
func (m *QueryDidDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDidDocumentRequest) ProtoMessage ¶
func (*QueryDidDocumentRequest) ProtoMessage()
func (*QueryDidDocumentRequest) Reset ¶
func (m *QueryDidDocumentRequest) Reset()
func (*QueryDidDocumentRequest) Size ¶
func (m *QueryDidDocumentRequest) Size() (n int)
func (*QueryDidDocumentRequest) String ¶
func (m *QueryDidDocumentRequest) String() string
func (*QueryDidDocumentRequest) Unmarshal ¶
func (m *QueryDidDocumentRequest) Unmarshal(dAtA []byte) error
func (*QueryDidDocumentRequest) XXX_DiscardUnknown ¶
func (m *QueryDidDocumentRequest) XXX_DiscardUnknown()
func (*QueryDidDocumentRequest) XXX_Marshal ¶
func (m *QueryDidDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDidDocumentRequest) XXX_Merge ¶
func (m *QueryDidDocumentRequest) XXX_Merge(src proto.Message)
func (*QueryDidDocumentRequest) XXX_Size ¶
func (m *QueryDidDocumentRequest) XXX_Size() int
func (*QueryDidDocumentRequest) XXX_Unmarshal ¶
func (m *QueryDidDocumentRequest) XXX_Unmarshal(b []byte) error
type QueryDidDocumentResponse ¶
type QueryDidDocumentResponse struct { // validators contains all the queried validators. DidDocument DidDocument `protobuf:"bytes,1,opt,name=didDocument,proto3" json:"didDocument"` DidMetadata DidMetadata `protobuf:"bytes,2,opt,name=didMetadata,proto3" json:"didMetadata"` }
QueryDidDocumentsResponse is response type for the Query/DidDocuments RPC method
func (*QueryDidDocumentResponse) Descriptor ¶
func (*QueryDidDocumentResponse) Descriptor() ([]byte, []int)
func (*QueryDidDocumentResponse) GetDidDocument ¶
func (m *QueryDidDocumentResponse) GetDidDocument() DidDocument
func (*QueryDidDocumentResponse) GetDidMetadata ¶
func (m *QueryDidDocumentResponse) GetDidMetadata() DidMetadata
func (*QueryDidDocumentResponse) Marshal ¶
func (m *QueryDidDocumentResponse) Marshal() (dAtA []byte, err error)
func (*QueryDidDocumentResponse) MarshalTo ¶
func (m *QueryDidDocumentResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryDidDocumentResponse) MarshalToSizedBuffer ¶
func (m *QueryDidDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDidDocumentResponse) ProtoMessage ¶
func (*QueryDidDocumentResponse) ProtoMessage()
func (*QueryDidDocumentResponse) Reset ¶
func (m *QueryDidDocumentResponse) Reset()
func (*QueryDidDocumentResponse) Size ¶
func (m *QueryDidDocumentResponse) Size() (n int)
func (*QueryDidDocumentResponse) String ¶
func (m *QueryDidDocumentResponse) String() string
func (*QueryDidDocumentResponse) Unmarshal ¶
func (m *QueryDidDocumentResponse) Unmarshal(dAtA []byte) error
func (*QueryDidDocumentResponse) XXX_DiscardUnknown ¶
func (m *QueryDidDocumentResponse) XXX_DiscardUnknown()
func (*QueryDidDocumentResponse) XXX_Marshal ¶
func (m *QueryDidDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDidDocumentResponse) XXX_Merge ¶
func (m *QueryDidDocumentResponse) XXX_Merge(src proto.Message)
func (*QueryDidDocumentResponse) XXX_Size ¶
func (m *QueryDidDocumentResponse) XXX_Size() int
func (*QueryDidDocumentResponse) XXX_Unmarshal ¶
func (m *QueryDidDocumentResponse) XXX_Unmarshal(b []byte) error
type QueryDidDocumentsRequest ¶
type QueryDidDocumentsRequest struct { // status enables to query for validators matching a given status. Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // pagination defines an optional pagination for the request. Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryDidDocumentsRequest is request type for Query/DidDocuments RPC method.
func (*QueryDidDocumentsRequest) Descriptor ¶
func (*QueryDidDocumentsRequest) Descriptor() ([]byte, []int)
func (*QueryDidDocumentsRequest) GetPagination ¶
func (m *QueryDidDocumentsRequest) GetPagination() *query.PageRequest
func (*QueryDidDocumentsRequest) GetStatus ¶
func (m *QueryDidDocumentsRequest) GetStatus() string
func (*QueryDidDocumentsRequest) Marshal ¶
func (m *QueryDidDocumentsRequest) Marshal() (dAtA []byte, err error)
func (*QueryDidDocumentsRequest) MarshalTo ¶
func (m *QueryDidDocumentsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryDidDocumentsRequest) MarshalToSizedBuffer ¶
func (m *QueryDidDocumentsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDidDocumentsRequest) ProtoMessage ¶
func (*QueryDidDocumentsRequest) ProtoMessage()
func (*QueryDidDocumentsRequest) Reset ¶
func (m *QueryDidDocumentsRequest) Reset()
func (*QueryDidDocumentsRequest) Size ¶
func (m *QueryDidDocumentsRequest) Size() (n int)
func (*QueryDidDocumentsRequest) String ¶
func (m *QueryDidDocumentsRequest) String() string
func (*QueryDidDocumentsRequest) Unmarshal ¶
func (m *QueryDidDocumentsRequest) Unmarshal(dAtA []byte) error
func (*QueryDidDocumentsRequest) XXX_DiscardUnknown ¶
func (m *QueryDidDocumentsRequest) XXX_DiscardUnknown()
func (*QueryDidDocumentsRequest) XXX_Marshal ¶
func (m *QueryDidDocumentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDidDocumentsRequest) XXX_Merge ¶
func (m *QueryDidDocumentsRequest) XXX_Merge(src proto.Message)
func (*QueryDidDocumentsRequest) XXX_Size ¶
func (m *QueryDidDocumentsRequest) XXX_Size() int
func (*QueryDidDocumentsRequest) XXX_Unmarshal ¶
func (m *QueryDidDocumentsRequest) XXX_Unmarshal(b []byte) error
type QueryDidDocumentsResponse ¶
type QueryDidDocumentsResponse struct { // validators contains all the queried validators. DidDocuments []DidDocument `protobuf:"bytes,1,rep,name=didDocuments,proto3" json:"didDocuments"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
QueryDidDocumentsResponse is response type for the Query/DidDocuments RPC method
func (*QueryDidDocumentsResponse) Descriptor ¶
func (*QueryDidDocumentsResponse) Descriptor() ([]byte, []int)
func (*QueryDidDocumentsResponse) GetDidDocuments ¶
func (m *QueryDidDocumentsResponse) GetDidDocuments() []DidDocument
func (*QueryDidDocumentsResponse) GetPagination ¶
func (m *QueryDidDocumentsResponse) GetPagination() *query.PageResponse
func (*QueryDidDocumentsResponse) Marshal ¶
func (m *QueryDidDocumentsResponse) Marshal() (dAtA []byte, err error)
func (*QueryDidDocumentsResponse) MarshalTo ¶
func (m *QueryDidDocumentsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryDidDocumentsResponse) MarshalToSizedBuffer ¶
func (m *QueryDidDocumentsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryDidDocumentsResponse) ProtoMessage ¶
func (*QueryDidDocumentsResponse) ProtoMessage()
func (*QueryDidDocumentsResponse) Reset ¶
func (m *QueryDidDocumentsResponse) Reset()
func (*QueryDidDocumentsResponse) Size ¶
func (m *QueryDidDocumentsResponse) Size() (n int)
func (*QueryDidDocumentsResponse) String ¶
func (m *QueryDidDocumentsResponse) String() string
func (*QueryDidDocumentsResponse) Unmarshal ¶
func (m *QueryDidDocumentsResponse) Unmarshal(dAtA []byte) error
func (*QueryDidDocumentsResponse) XXX_DiscardUnknown ¶
func (m *QueryDidDocumentsResponse) XXX_DiscardUnknown()
func (*QueryDidDocumentsResponse) XXX_Marshal ¶
func (m *QueryDidDocumentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryDidDocumentsResponse) XXX_Merge ¶
func (m *QueryDidDocumentsResponse) XXX_Merge(src proto.Message)
func (*QueryDidDocumentsResponse) XXX_Size ¶
func (m *QueryDidDocumentsResponse) XXX_Size() int
func (*QueryDidDocumentsResponse) XXX_Unmarshal ¶
func (m *QueryDidDocumentsResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶
type QueryServer interface { // DidDocuments queries all did documents that match the given status. DidDocuments(context.Context, *QueryDidDocumentsRequest) (*QueryDidDocumentsResponse, error) // DidDocument queries a did documents with an id. DidDocument(context.Context, *QueryDidDocumentRequest) (*QueryDidDocumentResponse, error) }
QueryServer is the server API for Query service.
type Service ¶
type Service struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` ServiceEndpoint string `protobuf:"bytes,3,opt,name=serviceEndpoint,proto3" json:"serviceEndpoint,omitempty"` }
Service defines how to find data associated with a identifer
func NewService ¶
NewService creates a new service
func (*Service) Descriptor ¶
func (*Service) MarshalToSizedBuffer ¶
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) XXX_DiscardUnknown ¶
func (m *Service) XXX_DiscardUnknown()
func (*Service) XXX_Marshal ¶
func (*Service) XXX_Unmarshal ¶
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) AddController ¶
func (*UnimplementedMsgServer) AddController(ctx context.Context, req *MsgAddController) (*MsgAddControllerResponse, error)
func (*UnimplementedMsgServer) AddService ¶
func (*UnimplementedMsgServer) AddService(ctx context.Context, req *MsgAddService) (*MsgAddServiceResponse, error)
func (*UnimplementedMsgServer) AddVerification ¶
func (*UnimplementedMsgServer) AddVerification(ctx context.Context, req *MsgAddVerification) (*MsgAddVerificationResponse, error)
func (*UnimplementedMsgServer) CreateDidDocument ¶
func (*UnimplementedMsgServer) CreateDidDocument(ctx context.Context, req *MsgCreateDidDocument) (*MsgCreateDidDocumentResponse, error)
func (*UnimplementedMsgServer) DeleteController ¶
func (*UnimplementedMsgServer) DeleteController(ctx context.Context, req *MsgDeleteController) (*MsgDeleteControllerResponse, error)
func (*UnimplementedMsgServer) DeleteService ¶
func (*UnimplementedMsgServer) DeleteService(ctx context.Context, req *MsgDeleteService) (*MsgDeleteServiceResponse, error)
func (*UnimplementedMsgServer) RevokeVerification ¶
func (*UnimplementedMsgServer) RevokeVerification(ctx context.Context, req *MsgRevokeVerification) (*MsgRevokeVerificationResponse, error)
func (*UnimplementedMsgServer) SetVerificationRelationships ¶
func (*UnimplementedMsgServer) SetVerificationRelationships(ctx context.Context, req *MsgSetVerificationRelationships) (*MsgSetVerificationRelationshipsResponse, error)
func (*UnimplementedMsgServer) UpdateDidDocument ¶
func (*UnimplementedMsgServer) UpdateDidDocument(ctx context.Context, req *MsgUpdateDidDocument) (*MsgUpdateDidDocumentResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) DidDocument ¶
func (*UnimplementedQueryServer) DidDocument(ctx context.Context, req *QueryDidDocumentRequest) (*QueryDidDocumentResponse, error)
func (*UnimplementedQueryServer) DidDocuments ¶
func (*UnimplementedQueryServer) DidDocuments(ctx context.Context, req *QueryDidDocumentsRequest) (*QueryDidDocumentsResponse, error)
type Verification ¶
type Verification struct { // verificationRelationships defines which relationships // are allowed to use the verification method Relationships []string `protobuf:"bytes,1,rep,name=relationships,proto3" json:"relationships,omitempty"` Method *VerificationMethod `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"` Context []string `protobuf:"bytes,3,rep,name=context,proto3" json:"context,omitempty"` }
Verification is a message that allows to assign a verification method to one or more verification relationships
func NewAccountVerification ¶
func NewAccountVerification(did DID, chainID, accountAddress string, verificationMethods ...string) *Verification
NewAccountVerification is a shortcut to create a verification based on comsos address
func NewVerification ¶
func NewVerification( method VerificationMethod, relationships []string, contexts []string, ) *Verification
NewVerification build a new verification to be attached to a did document
func (*Verification) Descriptor ¶
func (*Verification) Descriptor() ([]byte, []int)
func (Verification) GetBytes ¶
func (did Verification) GetBytes() []byte
GetBytes is a helper for serializing
func (*Verification) GetContext ¶
func (m *Verification) GetContext() []string
func (*Verification) GetMethod ¶
func (m *Verification) GetMethod() *VerificationMethod
func (*Verification) GetRelationships ¶
func (m *Verification) GetRelationships() []string
func (*Verification) Marshal ¶
func (m *Verification) Marshal() (dAtA []byte, err error)
func (*Verification) MarshalToSizedBuffer ¶
func (m *Verification) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Verification) ProtoMessage ¶
func (*Verification) ProtoMessage()
func (*Verification) Reset ¶
func (m *Verification) Reset()
func (*Verification) Size ¶
func (m *Verification) Size() (n int)
func (*Verification) String ¶
func (m *Verification) String() string
func (*Verification) Unmarshal ¶
func (m *Verification) Unmarshal(dAtA []byte) error
func (*Verification) XXX_DiscardUnknown ¶
func (m *Verification) XXX_DiscardUnknown()
func (*Verification) XXX_Marshal ¶
func (m *Verification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Verification) XXX_Merge ¶
func (m *Verification) XXX_Merge(src proto.Message)
func (*Verification) XXX_Size ¶
func (m *Verification) XXX_Size() int
func (*Verification) XXX_Unmarshal ¶
func (m *Verification) XXX_Unmarshal(b []byte) error
type VerificationMaterial ¶
type VerificationMaterial interface { EncodeToString() string Type() VerificationMaterialType }
type VerificationMaterialType ¶
type VerificationMaterialType string
VerificationMaterialType encode the verification material type
const ( DIDVMethodTypeEcdsaSecp256k1VerificationKey2019 VerificationMaterialType = "EcdsaSecp256k1VerificationKey2019" DIDVMethodTypeEd25519VerificationKey2018 VerificationMaterialType = "Ed25519VerificationKey2018" DIDVMethodTypeCosmosAccountAddress VerificationMaterialType = "CosmosAccountAddress" DIDVMethodTypeX25519KeyAgreementKey2019 VerificationMaterialType = "X25519KeyAgreementKey2019" )
Verification method material types
func (VerificationMaterialType) String ¶
func (p VerificationMaterialType) String() string
String return string name for the Verification Method type
type VerificationMethod ¶
type VerificationMethod struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Controller string `protobuf:"bytes,3,opt,name=controller,proto3" json:"controller,omitempty"` // Types that are valid to be assigned to VerificationMaterial: // *VerificationMethod_BlockchainAccountID // *VerificationMethod_PublicKeyHex // *VerificationMethod_PublicKeyMultibase VerificationMaterial isVerificationMethod_VerificationMaterial `protobuf_oneof:"verificationMaterial"` }
A DID document can express verification methods, such as cryptographic public keys, which can be used to authenticate or authorize interactions with the DID subject or associated parties. https://www.w3.org/TR/did-core/#verification-methods
func NewVerificationMethod ¶
func NewVerificationMethod(id string, controller DID, vmr VerificationMaterial) VerificationMethod
NewVerificationMethod build a new verification method
func (*VerificationMethod) Descriptor ¶
func (*VerificationMethod) Descriptor() ([]byte, []int)
func (*VerificationMethod) Equal ¶
func (this *VerificationMethod) Equal(that interface{}) bool
func (*VerificationMethod) GetBlockchainAccountID ¶
func (m *VerificationMethod) GetBlockchainAccountID() string
func (*VerificationMethod) GetPublicKeyHex ¶
func (m *VerificationMethod) GetPublicKeyHex() string
func (*VerificationMethod) GetPublicKeyMultibase ¶
func (m *VerificationMethod) GetPublicKeyMultibase() string
func (*VerificationMethod) GetVerificationMaterial ¶
func (m *VerificationMethod) GetVerificationMaterial() isVerificationMethod_VerificationMaterial
func (*VerificationMethod) Marshal ¶
func (m *VerificationMethod) Marshal() (dAtA []byte, err error)
func (*VerificationMethod) MarshalTo ¶
func (m *VerificationMethod) MarshalTo(dAtA []byte) (int, error)
func (*VerificationMethod) MarshalToSizedBuffer ¶
func (m *VerificationMethod) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VerificationMethod) ProtoMessage ¶
func (*VerificationMethod) ProtoMessage()
func (*VerificationMethod) Reset ¶
func (m *VerificationMethod) Reset()
func (*VerificationMethod) Size ¶
func (m *VerificationMethod) Size() (n int)
func (*VerificationMethod) String ¶
func (m *VerificationMethod) String() string
func (*VerificationMethod) Unmarshal ¶
func (m *VerificationMethod) Unmarshal(dAtA []byte) error
func (*VerificationMethod) XXX_DiscardUnknown ¶
func (m *VerificationMethod) XXX_DiscardUnknown()
func (*VerificationMethod) XXX_Marshal ¶
func (m *VerificationMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VerificationMethod) XXX_Merge ¶
func (m *VerificationMethod) XXX_Merge(src proto.Message)
func (*VerificationMethod) XXX_OneofWrappers ¶
func (*VerificationMethod) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*VerificationMethod) XXX_Size ¶
func (m *VerificationMethod) XXX_Size() int
func (*VerificationMethod) XXX_Unmarshal ¶
func (m *VerificationMethod) XXX_Unmarshal(b []byte) error
type VerificationMethod_BlockchainAccountID ¶
type VerificationMethod_BlockchainAccountID struct {
BlockchainAccountID string `protobuf:"bytes,4,opt,name=blockchainAccountID,proto3,oneof" json:"blockchainAccountID,omitempty"`
}
func (*VerificationMethod_BlockchainAccountID) Equal ¶
func (this *VerificationMethod_BlockchainAccountID) Equal(that interface{}) bool
func (*VerificationMethod_BlockchainAccountID) MarshalTo ¶
func (m *VerificationMethod_BlockchainAccountID) MarshalTo(dAtA []byte) (int, error)
func (*VerificationMethod_BlockchainAccountID) MarshalToSizedBuffer ¶
func (m *VerificationMethod_BlockchainAccountID) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VerificationMethod_BlockchainAccountID) Size ¶
func (m *VerificationMethod_BlockchainAccountID) Size() (n int)
type VerificationMethod_PublicKeyHex ¶
type VerificationMethod_PublicKeyHex struct {
PublicKeyHex string `protobuf:"bytes,5,opt,name=publicKeyHex,proto3,oneof" json:"publicKeyHex,omitempty"`
}
func (*VerificationMethod_PublicKeyHex) Equal ¶
func (this *VerificationMethod_PublicKeyHex) Equal(that interface{}) bool
func (*VerificationMethod_PublicKeyHex) MarshalTo ¶
func (m *VerificationMethod_PublicKeyHex) MarshalTo(dAtA []byte) (int, error)
func (*VerificationMethod_PublicKeyHex) MarshalToSizedBuffer ¶
func (m *VerificationMethod_PublicKeyHex) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VerificationMethod_PublicKeyHex) Size ¶
func (m *VerificationMethod_PublicKeyHex) Size() (n int)
type VerificationMethod_PublicKeyMultibase ¶
type VerificationMethod_PublicKeyMultibase struct {
PublicKeyMultibase string `protobuf:"bytes,6,opt,name=publicKeyMultibase,proto3,oneof" json:"publicKeyMultibase,omitempty"`
}
func (*VerificationMethod_PublicKeyMultibase) Equal ¶
func (this *VerificationMethod_PublicKeyMultibase) Equal(that interface{}) bool
func (*VerificationMethod_PublicKeyMultibase) MarshalTo ¶
func (m *VerificationMethod_PublicKeyMultibase) MarshalTo(dAtA []byte) (int, error)
func (*VerificationMethod_PublicKeyMultibase) MarshalToSizedBuffer ¶
func (m *VerificationMethod_PublicKeyMultibase) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VerificationMethod_PublicKeyMultibase) Size ¶
func (m *VerificationMethod_PublicKeyMultibase) Size() (n int)
type VerificationRelationship ¶
type VerificationRelationship int