Holds the data for the GlobalAddTraderLog Account and provides de/serialization functionality for that data

Implements

Properties

global: PublicKey
trader: PublicKey

Accessors

Methods

  • Provides a web3.Connection.getProgramAccounts config builder, to fetch accounts matching filters that can be specified via that builder.

    Parameters

    • programId: PublicKey = ...

      the program that owns the accounts we are filtering

    Returns GpaBuilder<{
        global: any;
        trader: any;
    }>