Options
All
  • Public
  • Public/Protected
  • All
Menu

TODO:

export

Hierarchy

  • StakeClient

Index

Constructors

Properties

GOVERNANCE_PROGRAM_ID: PublicKey = ...
PROGRAM_ID: PublicKey = ...

Methods

  • connect(provider: default): Promise<Program<StakeIdl>>
  • Create a new client for interacting with the Jet staking program.

    memberof

    StakeClient

    Parameters

    • provider: default

      The provider with wallet/network access that can be used to send transactions.

    Returns Promise<Program<StakeIdl>>

    The client

  • use(provider: default): undefined | Program<StakeIdl>

Generated using TypeDoc