@vex-chat/libvex
    Preparing search index...

    Interface IKeys

    IKeys are a pair of ed25519 public and private keys, encoded as hex strings.

    interface IKeys {
        private: string;
        public: string;
    }
    Index

    Properties

    Properties

    private: string

    Secret Ed25519 key as hex. Store securely.

    public: string

    Public Ed25519 key as hex.