Options
All
  • Public
  • Public/Protected
  • All
Menu

Factory class for transactions to interact with the System program

Hierarchy

  • SystemProgram

Index

Constructors

constructor

Properties

Static programId

programId: PublicKey

Public key that identifies the System program

Methods

Static allocate

Static assign

Static createAccount

Static createAccountWithSeed

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

    Parameters

    Returns TransactionInstruction

Static createNonceAccount

Static nonceAdvance

Static nonceAuthorize

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

    Parameters

    Returns TransactionInstruction

Static nonceInitialize

Static nonceWithdraw

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

    Parameters

    Returns TransactionInstruction

Static transfer

Generated using TypeDoc