Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the bank Msg service.
CreateIdentity defines a method for creating a new identity.
MsgCreateIdentity defines a message to create an identity
MsgCreateIdentityResponse defines the Msg/Create response type.
(message has no fields)
UpdateIdentity defines a method for Updating a identity.
MsgUpdateIdentity defines a message to update an identity
MsgUpdateIdentityResponse defines the Msg/Update response type.
(message has no fields)
Query defines the gRPC querier service for identity module
Identity queries the identity by the given id
QueryIdentityRequest is request type for the Query/Identity RPC method
QueryIdentityResponse is response type for the Query/Identity RPC method
Identity defines a struct for an identity
Used in:
PubKeyAlgorithm defines the algorithm names for the public key
Used in:
UnknownPubKeyAlgorithm defines an unknown algorithm name
RSA defines a RSA algorithm name
DSA defines a DSA algorithm name.
ECDSA defines an ECDSA algorithm name.
ED25519 defines an ED25519 algorithm name.
SM2 defines an SM2 algorithm name.
PubKey represents a public key along with the corresponding algorithm
Used in: , ,