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

Implements

Properties

global: PublicKey
market: PublicKey
trader: PublicKey

Accessors

Methods

  • Returns a readable version of GlobalClaimSeatLog properties and can be used to convert to JSON and/or logging

    Returns {
        global: string;
        market: string;
        trader: string;
    }

    • global: string
    • market: string
    • trader: string
  • 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;
        market: any;
        trader: any;
    }>