All data stored on a wrapper account.

interface UiWrapperData {
    marketInfos: UiWrapperMarketInfo[];
    owner: PublicKey;
}

Properties

Properties

marketInfos: UiWrapperMarketInfo[]

Array of market infos that have been parsed.

owner: PublicKey

Public key for the owner of this wrapper.