WalletOnlySession: {
    address: EvmAddress;
    authenticated: true;
    type: JustWallet;
}

An authenticated user's session with just a wallet address.

This is currently not used, but will be used in the future.

Type declaration

  • address: EvmAddress

    The Profile Owner or an authorized Profile Manager.

  • authenticated: true

    Whether the user is authenticated or not.

  • type: JustWallet

    The union discriminant.