Docs

BuyWithCryptoTransactionDetails

type BuyWithCryptoTransactionDetails = {
amount: string;
amountUSDCents: number;
amountWei: string;
completedAt?: string;
explorerLink?: string;
transactionHash: string;
};