Skip to main content
type SendUsdcNetwork = 
  | SendEvmUsdcNetwork
  | SendSolanaUsdcNetwork;
The network to send USDC on - supports both EVM and Solana networks.