import { FormattedBitcoinAmount } from "src/components/FormattedBitcoinAmount"; import { Boostagram } from "src/types"; function PodcastingInfo({ boost }: { boost: Boostagram }) { return ( <> {boost.message && (
Message
{boost.message}
Podcast
{boost.podcast}
Episode
{boost.episode}
Action
{boost.action}
Timestamp
{boost.ts}
Total amount
Sender
{boost.senderName}
App
{boost.appName}