Vana SDK - v0.1.0
    Preparing search index...
    • Process PGP key generation options with sensible defaults

      Parameters

      • Optionaloptions: { name?: string; email?: string; passphrase?: string }

        Optional key generation parameters

        • Optionalname?: string

          The name for the PGP key (defaults to "Vana User")

        • Optionalemail?: string

          The email for the PGP key (defaults to "user@vana.org")

        • Optionalpassphrase?: string

          Optional passphrase to protect the private key

      Returns { name: string; email: string; passphrase: undefined | string }

      Processed options with defaults applied