@aurum-sdk/types
v0.2.2
Published
TypeScript types for Aurum SDK
Maintainers
Readme
@aurum-sdk/types
Shared TypeScript type definitions for the Aurum SDK ecosystem.
Installation
pnpm add @aurum-sdk/typesExports
import {
// Enums
WalletId,
WalletName,
// SDK Configuration
type AurumConfig,
type BrandConfig,
type NonNullableBrandConfig,
type WalletsConfig,
type EmailConfig,
type WalletConnectConfig,
// Theme & Styling
type Theme,
type BorderRadiusToken,
type BorderRadiusSizeSlot,
type BorderRadiusScale,
type WalletLayout,
BORDER_RADIUS_SCALES,
// Provider & User
type AurumRpcProvider,
type UserInfo,
// Headless Mode
type EmailAuthStartResult,
type EmailAuthVerifyResult,
type WalletConnectSessionResult,
} from '@aurum-sdk/types';License
MIT
