All data stored on a wrapper account.

interface WrapperData {
    marketInfos: WrapperMarketInfo[];
    trader: PublicKey;
}

Properties

Properties

marketInfos: WrapperMarketInfo[]

Array of market infos that have been parsed.

trader: PublicKey

Public key for the trader that owns this wrapper.