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 SendUsdcTransactionData = | { type: "evm-eoa"; transactionHash: Hex; receipt?: TransactionReceipt; } | { type: "evm-smart"; userOpHash: Hex; transactionHash?: Hex; receipts?: UserOperationReceipt[]; userOperation?: GetUserOperationResult; } | { type: "solana"; transactionSignature: string; };
Was this page helpful?