Skip to Content

HandlersBootstrapUser

HandlersBootstrapUser = object

Defined in: src/client/types.gen.ts:1399 

User is the authenticated identity context.

Properties

subscription_tier?

optional subscription_tier: string

Defined in: src/client/types.gen.ts:1403 

SubscriptionTier reflects the user’s tier (e.g., “basic”, “starter”, “pro”).


user_address?

optional user_address: string

Defined in: src/client/types.gen.ts:1407 

UserAddress is the EVM address resolved from the auth token.

Last updated on