Class SystemClient

This is a client for the System module.

It enables us to interact with the System program in order to create uninitialized accounts and transfer SOL.

You may access this client via the system() method of your Metaplex instance.

const systemClient = metaplex.system();

Example

You can create a new uninitialized account with a given space in bytes using the code below.

const { newAccount } = await metaplex.system().createAccount({ space: 42 });

Hierarchy

  • SystemClient

Constructors

Properties

Methods

Constructors

Properties

metaplex: Metaplex

Methods

Generated using TypeDoc