ComicTx: {
    comic_id: string;
    purchase_price: number;
    tx_id: string;
}

A junction table between comics and transactions.

Type declaration

  • comic_id: string

    The ID of the comic.

  • purchase_price: number

    The decimal purchase price of the comic.

  • tx_id: string

    The ID of the transaction the comic was purchased under.