• Preparing search index...
  • The search index is not available
Solana JavaScript SDK
  • Solana JavaScript SDK
  • @solana/transaction-messages
  • <internal>
  • getCompiledInstructions

Function getCompiledInstructions

  • getCompiledInstructions(
        instructions: readonly IInstruction<
            string,
            readonly (IAccountLookupMeta<string, string> | IAccountMeta<string>)[],
        >[],
        orderedAccounts: OrderedAccounts,
    ): CompiledInstruction[]
  • Parameters

    • instructions: readonly IInstruction<
          string,
          readonly (IAccountLookupMeta<string, string> | IAccountMeta<string>)[],
      >[]
    • orderedAccounts: OrderedAccounts

    Returns CompiledInstruction[]

    • Defined in packages/transaction-messages/src/compile/instructions.ts:21

Settings

Member Visibility
Solana JavaScript SDK
  • Loading...

Generated using TypeDoc