My App
Instructions

Assign

todo: add a description here

Import

import { getAssignInstruction } from "@solana-program/system" 

Usage

export function getAssignInstruction<
  TAccountAccount extends string,
  TProgramAddress extends Address = typeof SYSTEM_PROGRAM_ADDRESS,
>(
  input: AssignInput<TAccountAccount>,
  config?: { programAddress?: TProgramAddress }
): AssignInstruction<TProgramAddress, TAccountAccount>

On this page