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 SendUsdcResult = | { type: "evm-eoa"; transactionHash: Hex; from: EvmAddress; network: SendEvmUsdcNetwork; } | { type: "evm-smart"; userOpHash: Hex; from: EvmAddress; network: SendEvmUsdcNetwork; } | { type: "solana"; transactionSignature: string; from: SolanaAddress; network: SendSolanaUsdcNetwork; };
Was this page helpful?