Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type UseSendUsdcReturnType = { sendUsdc: (options: SendUsdcOptions) => Promise<SendUsdcResult>; data: | SendUsdcTransactionData | undefined; error: Error | undefined; status: Status; };
useSendUsdc
sendUsdc
options
SendUsdcOptions
Promise
SendUsdcResult
data
SendUsdcTransactionData
undefined
error
Error
status
Status
Was this page helpful?