package
0.0.0-20230506075134-f5d8f09a3497
Repository: https://github.com/bianjieai/iritamod-sdk-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ValidateIdentityFields validates the given identity fields.

# Constants

No description provided by the author
description used to indicate not to modify a field.
DSA defines a DSA algorithm name.
ECDSA defines an ECDSA algorithm name.
ED25519 defines an ED25519 algorithm name.
size of the ID in bytes.
maximum size of the URI.
Identity message types and params.
RSA defines a RSA algorithm name.
SM2 defines an SM2 algorithm name.
type for MsgCreateIdentity.
type for MsgUpdateIdentity.
UnknownPubKeyAlgorithm defines an unknown algorithm name.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Identity defines a struct for an identity.
MsgCreateIdentity defines a message to create an identity.
MsgCreateIdentityResponse defines the Msg/Create response type.
MsgUpdateIdentity defines a message to update an identity.
MsgUpdateIdentityResponse defines the Msg/Update response type.
PubKey represents a public key along with the corresponding algorithm.
QueryIdentityRequest is request type for the Query/Identity RPC method.
No description provided by the author
QueryIdentityResponse is response type for the Query/Identity RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
No description provided by the author

# Interfaces

No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.

# Type aliases

PubKeyAlgorithm defines the algorithm names for the public key.