UNPKG

expo-trust-core

Version:

Production-ready multi-blockchain wallet SDK for React Native and Expo. Built on Trust Wallet Core with native transaction signing (Ethereum, Solana, Bitcoin), EIP-712 support, and comprehensive blockchain helpers.

14 lines (12 loc) 225 B
/** * Type definitions for Expo Trust Core Module * Re-export from types/index.ts for compatibility */ export type { Wallet, Address, SigningInput, SigningOutput, ChainInfo, HDWalletOptions, } from './types';