DOCS

useTrustWallet

const connect = useTrustWallet(); connect();

Returns

connect function to connect to the Trust wallet

type ReturnType = (connectOptions?: {
  chainId?: number;
}) => Promise<TrustWallet>;