useTrustWallet
const connect = useTrustWallet(); connect();
Returns
connect function to connect to the Trust wallet
type ReturnType = (connectOptions?: {
chainId?: number;
}) => Promise<TrustWallet>;
const connect = useTrustWallet(); connect();
connect function to connect to the Trust wallet
type ReturnType = (connectOptions?: {
chainId?: number;
}) => Promise<TrustWallet>;