Options
All
  • Public
  • Public/Protected
  • All
Menu

Factory class for transactions to interact with the System program

Hierarchy

  • SystemProgram

Index

Constructors

Properties

programId: PublicKey

Public key that identifies the System program

Methods

  • Generate a transaction instruction that creates a new account at an address generated with from, a seed, and programId

    Parameters

    Returns TransactionInstruction

  • Generate a transaction instruction that authorizes a new PublicKey as the authority on a Nonce account.

    Parameters

    Returns TransactionInstruction

  • Generate a transaction instruction that withdraws lamports from a Nonce account

    Parameters

    Returns TransactionInstruction

Generated using TypeDoc