• Parameters

    • context: Pick<Context, "rpc" | "eddsa" | "programs">
    • seeds: {
          baseMint: PublicKey<string>;
          genesisIndex: number;
      }
      • baseMint: PublicKey<string>

        The address of the base token mint

      • genesisIndex: number

        The index of the genesis account

    • Optional options: RpcGetAccountOptions

    Returns Promise<GenesisAccountV2 | null>

Generated using TypeDoc