Function processPartialDeposit

  • Deposit additional ship tokens to the SCORE program.

    Returns

    InstructionReturn

    Parameters

    • program: ScoreIDLProgram

      Score IDL Program

    • playerAccount: AsyncSigner<unknown>

      Player account

    • shipMint: PublicKey

      Ship mint

    • userShipTokenAccount: PublicKey

      Player ship token account to transfer from

    • shipQuantity: BN

      Ship quantity to deposit

    Returns InstructionReturn

Generated using TypeDoc