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

Implements

Properties

inner: bignum

Accessors

Methods

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

    Returns {
        inner: number | {
            toNumber: (() => number);
        };
    }

    • inner: number | {
          toNumber: (() => number);
      }
  • 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<{
        inner: any;
    }>