Skip to Content

HandlersBootstrapUser

HandlersBootstrapUser = object

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

User is the authenticated identity context.

Properties

subscription_tier?

optional subscription_tier: string

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

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


user_address?

optional user_address: string

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

UserAddress is the EVM address resolved from the auth token.

Last updated on