Type alias ImmutableState
ImmutableState: Readonly<UniqueParams & { currentRecorderKit: RecorderKit; liveOfferPayments: MapStore<OfferId, MapStore<Brand, Payment>>; liveOfferSeats: MapStore<OfferId, UserSeat<unknown>>; liveOffers: MapStore<OfferId, offers>; offerToInvitationMakers: MapStore<string, types>; offerToPublicSubscriberPaths: MapStore<string, Record<string, string>>; offerToUsedInvitation: MapStore<string, Amount<"set">>; paymentQueues: MapStore<Brand, Payment[]>; purseBalances: MapStore<Purse, Amount>; updateRecorderKit: RecorderKit; }>