TypeScript SDK
PayOnChainTransactionDetails
type PayOnChainTransactionDetails = {  amount: string;  amountUSDCents: number;  amountWei: string;  completedAt?: string;  explorerLink?: string;  transactionHash: string;};type amount = string;type amountUSDCents = number;type amountWei = string;type completedAt = string;type explorerLink = string;type transactionHash = string;