• Parameters

    • __namedParameters: {
          instructions: TransactionInstruction[];
          lookupTable: AddressLookupTableAccount;
          payerKey: PublicKey;
          recentBlockhash: string;
      }
      • instructions: TransactionInstruction[]
      • lookupTable: AddressLookupTableAccount
      • payerKey: PublicKey
      • recentBlockhash: string

    Returns VersionedTransaction

Generated using TypeDoc