Home Reference Source
import {NativeLoader} from '@solana/web3'
public class | source

NativeLoader

Factory class for transactions to interact with a program loader

Static Member Summary

Static Public Members
public static get

Public key that identifies the NativeLoader

Static Method Summary

Static Public Methods
public static

load(connection: Connection, payer: Account, programName: string): Promise<PublicKey>

Loads a native program

Static Public Members

public static get programId: PublicKey source

Public key that identifies the NativeLoader

Static Public Methods

public static load(connection: Connection, payer: Account, programName: string): Promise<PublicKey> source

Loads a native program

Params:

NameTypeAttributeDescription
connection Connection

The connection to use

payer Account

System account that pays to load the program

programName string

Name of the native program

Return:

Promise<PublicKey>