Type Aliases
A8ConnectInitOptions
A8ConnectInitOptions: { autoLogin: boolean; enabledWallets: string[] }
Type declaration
autoLogin: boolean
enabledWallets: string[]
DiscordAuthCredential
DiscordAuthCredential: { discordUserId: string }
LoginResponse
LoginResponse: { accessToken: string }
PaginatedResponse
PaginatedResponse<Data>: { data: Data[]; total: number }
Type Parameters
Type declaration
data: Data[]
total: number
UserInfo
WalletCredential
WalletCredential: { walletAddress: string }