Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StakePool

Index

Constructors

Properties

collateralMint: Mint
maxVoterWeightRecord: MaxVoterWeightRecord
program: Program<StakeIdl>
stakePool: StakePoolInfo
tokenMint: Mint
vault: Account
CANONICAL_SEED: "bigmoose" = "bigmoose"

The official Jet Stake Pool seed

Methods

  • deriveMaxVoterWeightRecord(programId: PublicKey, realm: PublicKey): PublicKey
  • Derive the MaxVoterWeightRecord for the realm

    static
    memberof

    StakePool

    Parameters

    • programId: PublicKey
    • realm: PublicKey

    Returns PublicKey

  • withCreate(instructions: TransactionInstruction[], program: Program<StakeIdl>, params: CreateStakePoolParams): Promise<void>
  • TODO:

    static
    memberof

    StakePool

    Parameters

    • instructions: TransactionInstruction[]
    • program: Program<StakeIdl>
    • params: CreateStakePoolParams

    Returns Promise<void>

Generated using TypeDoc