type: 'smart_wallet'
from the user’s linkedAccounts
array.signMessage
function from the client
returned by useSmartWallets
hook in your React component to sign a message using the user’s smart wallet.signMessage
method accepts the following parameters:signTypedData
function from the client
returned by useSmartWallets
hook in your React component to sign structured data using the user’s smart wallet.signTypedData
method accepts the following parameters:sendTransaction
function from the client
returned by useSmartWallets
hook in your React component to send a transaction using the user’s smart wallet.sendTransaction
method accepts the following parameters:sendTransaction
method for batching accepts the following parameters:getClientForChain
method to create a new smart wallet client for a specific chain.getClientForChain
method accepts the following parameters:defaultChain
does not have a smart wallet network configuration, the smart wallet client will default to using the first configured chain that has a smart wallet network configuration.