interface TokenListings<T0> {
    listing_events: _0x1.event.EventHandle<
        _0x3.token_coin_swap.TokenListingEvent,
    >;
    listings: _0x1.table.Table<
        _0x3.token.TokenId,
        _0x3.token_coin_swap.TokenCoinSwap<T0>,
    >;
    swap_events: _0x1.event.EventHandle<_0x3.token_coin_swap.TokenSwapEvent>;
}

Type Parameters

  • T0

Properties