Description defines a validator description.

interface DescriptionAmino {
    details?: string;
    identity?: string;
    moniker?: string;
    security_contact?: string;
    website?: string;
}

Properties

details?: string

details define other optional details.

identity?: string

identity defines an optional identity signature (ex. UPort or Keybase).

moniker?: string

moniker defines a human-readable name for the validator.

security_contact?: string

security_contact defines an optional email for security contact.

website?: string

website defines an optional website link.